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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 叩臓y叩臓yB | 1001001001000000100100011001111101111001100100100100000010010001100111110111100101000010 | 9240919f799240919f7942 |
EUC-JP | 叩臓y叩臓yB | 1100001110100001110000101010000101111001110000111010000111000010101000010111100101000010 | c3a1c2a179c3a1c2a17942 |
UTF-8 | 叩臓y叩臓yB | 111001011000111110101001111010001000011110010011011110011110010110001111101010011110100010000111100100110111100101000010 | e58fa9e8879379e58fa9e887937942 |
UHC | 叩?y叩?yB | 110011011011000000111111011110011100110110110000001111110111100101000010 | cdb03f79cdb03f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)