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 | 瑞?恒^ | 100100001001000000111111100011010101000001011110 | 90903f8d505e |
EUC-JP | 瑞?恒^ | 101111111111000000111111101110011011000101011110 | bff03fb9b15e |
UTF-8 | 瑞싞恒^ | 11100111100100011001111011101100100010111001111011100110100000011001001001011110 | e7919eec8b9ee681925e |
UHC | 瑞싞恒^ | 11011111111110101001101011011111111110011111011001011110 | dffa9adff9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)