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 | 蜈?ⅱ節?? | 111001011000010100111111111110100100000110010000110111110011111100111111 | e5853ffa4190df3f3f |
EUC-JP | 蜈??節?? | 1110100111100101001111110011111111000000111000010011111100111111 | e9e53f3fc0e13f3f |
UTF-8 | 蜈졿ⅱ節놂쉠 | 111010001001110010001000111011001010000110111111111000101000010110110001111001111010111110000000111010111000011010000010111011001000100110100000 | e89c88eca1bfe285b1e7af80eb8682ec89a0 |
UHC | 蜈졿ⅱ節놂쉠 | 111010001010010110100000111001101010010110100010111011111011110110110011111011111011110110101010 | e8a5a0e6a5a2efbdb3efbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)