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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 長?竝 | 1001001010110111001111111110001010001101 | 92b73fe28d |
EUC-JP | 長?竝 | 1100010010111001001111111110001111101101 | c4b93fe3ed |
UTF-8 | 長쇤竝 | 111010011001010110110111111011001000011110100100111001111010101110011101 | e995b7ec87a4e7ab9d |
UHC | 長쇤竝 | 111011011111111010111100111010011101110010111101 | edfebce9dcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)