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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ぁ謗 | 001111110011111110000010100111111110011010001110 | 3f3f829fe68e |
EUC-JP | ??ぁ謗 | 001111110011111110100100101000011110101111101110 | 3f3fa4a1ebee |
UTF-8 | 灐퀭ぁ謗 | 111001111000000110010000111011011000000010101101111000111000000110000001111010001010110010010111 | e78190ed80ade38181e8ac97 |
UHC | 灐퀭ぁ謗 | 1111101110100101110001001111101010101010101000011101101110111111 | fba5c4faaaa1dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)