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 | 100100101000011000111111011101101001001010000110001111110111011001000010 | 92863f7692863f7642 |
EUC-JP | 中?v中?vB | 110000111110011000111111011101101100001111100110001111110111011001000010 | c3e63f76c3e63f7642 |
UTF-8 | 中줏v中줏vB | 111001001011100010101101111011001010010010001111011101101110010010111000101011011110110010100100100011110111011001000010 | e4b8adeca48f76e4b8adeca48f7642 |
UHC | 中줏v中줏vB | 1111000111101001110000011101111001110110111100011110100111000001110111100111011001000010 | f1e9c1de76f1e9c1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)