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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤????? | 11101010101000100011111100111111001111110011111100111111 | eaa23f3f3f3f3f |
EUC-JP | 瑤??旿?? | 111101001010010000111111001111111000111111000001111101000011111100111111 | f4a43f3f8fc1f43f3f |
UTF-8 | 瑤뗰슝旿묌젒 | 111001111001000110100100111010111001011110110000111011001000101010011101111001101001011110111111111010111010110010001100111011001010000010010010 | e791a4eb97b0ec8a9de697bfebac8ceca092 |
UHC | 瑤뗰슝旿묌젒 | 111010001111110110001011111011111011110110111001111001111111101010010001111010011010000010010001 | e8fd8befbdb9e7fa91e9a091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)