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 | 牆??琫秊 | 11100000101011110011111100111111100011111100110010101111100011111101000011111000 | e0af3f3f8fccaf8fd0f8 |
UTF-8 | 牆쿄렩琫秊 | 111001111000100110000110111011001011111110000100111010111010000010101001111001111001000010101011111001111010011110001010 | e78986ecbf84eba0a9e790abe7a78a |
UHC | 牆쿄렩琫秊 | 11101101111011011100010011101100100011101011011111011100111011011101001010110110 | ededc4ec8eb7dcedd2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)