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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 牆?載槃? | 1110000010101101001111111000110111011010100111101100111100111111 | e0ad3f8dda9ecf3f |
EUC-JP | 牆?載槃? | 1110000010101111001111111011101011011100110111001101000100111111 | e0af3fbadcdcd13f |
UTF-8 | 牆렪載槃마 | 111001111000100110000110111010111010000010101010111010001011110010001001111001101010011110000011111010111010011110001000 | e78986eba0aae8bc89e6a783eba788 |
UHC | 牆렪載槃마 | 11101101111011011000111010111000111011101011000011011010111010011011100010110110 | eded8eb8eeb0dae9b8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)