To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴃鮃糜豺 | 1110100111101110111010011011011111100010111101001110011010110111 | e9eee9b7e2f4e6b7 |
EUC-JP | 鴃鮃糜豺 | 1111001011110000111100101011100111100100111101101110110010111001 | f2f0f2b9e4f6ecb9 |
UTF-8 | 鴃鮃糜豺 | 111010011011010010000011111010011010111010000011111001111011001110011100111010001011000110111010 | e9b483e9ae83e7b39ce8b1ba |
UHC | ???豺 | 0011111100111111001111111110001111001111 | 3f3f3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)