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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 牆?v牆?vB | 111000001010110100111111011101101110000010101101001111110111011001000010 | e0ad3f76e0ad3f7642 |
EUC-JP | 牆?v牆?vB | 111000001010111100111111011101101110000010101111001111110111011001000010 | e0af3f76e0af3f7642 |
UTF-8 | 牆쌨v牆쌨vB | 111001111000100110000110111011001000110010101000011101101110011110001001100001101110110010001100101010000111011001000010 | e78986ec8ca876e78986ec8ca87642 |
UHC | 牆쌨v牆쌨vB | 1110110111101101101111011101111001110110111011011110110110111101110111100111011001000010 | ededbdde76ededbdde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)