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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?純ぱB | 001111111000111110000011100000101100111101000010 | 3f8f8382cf42 |
EUC-JP | ?純ぱB | 001111111011110111100011101001001101000101000010 | 3fbde3a4d142 |
UTF-8 | 룵純ぱB | 11101011101000111011010111100111101101001001010011100011100000011011000101000010 | eba3b5e7b494e381b142 |
UHC | 룵純ぱB | 10001111101010101110001011101101101010101101000101000010 | 8faae2edaad142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)