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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 秘?恒^ | 100101001110100100111111100011010101000001011110 | 94e93f8d505e |
EUC-JP | 秘?恒^ | 110010001110101100111111101110011011000101011110 | c8eb3fb9b15e |
UTF-8 | 秘싚恒^ | 11100111101001111001100011101100100010111001101011100110100000011001001001011110 | e7a798ec8b9ae681925e |
UHC | 秘싚恒^ | 11011101111110101001101011011101111110011111011001011110 | ddfa9addf9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)