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 | 牆???? | 111000001010110100111111001111110011111100111111 | e0ad3f3f3f3f |
EUC-JP | 牆?獐?? | 1110000010101111001111111000111111001011101110100011111100111111 | e0af3f8fcbba3f3f |
UTF-8 | 牆렭獐쇤볼 | 111001111000100110000110111010111010000010101101111001111000110110010000111011001000011110100100111010111011001110111100 | e78986eba0ade78d90ec87a4ebb3bc |
UHC | 牆렭獐쇤볼 | 11101101111011011000111010111010111011011110111110111100111010011011101010111100 | eded8ebaedefbce9babc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)