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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 牆?D牆?D^ | 111000001010110100111111010001001110000010101101001111110100010001011110 | e0ad3f44e0ad3f445e |
EUC-JP | 牆?D牆?D^ | 111000001010111100111111010001001110000010101111001111110100010001011110 | e0af3f44e0af3f445e |
UTF-8 | 牆렪D牆렪D^ | 111001111000100110000110111010111010000010101010010001001110011110001001100001101110101110100000101010100100010001011110 | e78986eba0aa44e78986eba0aa445e |
UHC | 牆렪D牆렪D^ | 1110110111101101100011101011100001000100111011011110110110001110101110000100010001011110 | eded8eb844eded8eb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)