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 | 11101000110000011000000110011011100011110100000101000010 | e8c1819b8f4142 |
EUC-JP | 霖○就B | 11110000110000111010000111111011101111011010001001000010 | f0c3a1fbbda242 |
UTF-8 | 霖○就B | 11101001100111001001011011100010100101111000101111100101101100001011000101000010 | e99c96e2978be5b0b142 |
UHC | 霖○就B | 11010111111111011010000111011011111101101010011001000010 | d7fda1dbf6a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)