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 | 長?砒 | 1001001010110111001111111110000111100101 | 92b73fe1e5 |
EUC-JP | 長?砒 | 1100010010111001001111111110001011100111 | c4b93fe2e7 |
UTF-8 | 長쇤砒 | 111010011001010110110111111011001000011110100100111001111010000010010010 | e995b7ec87a4e7a092 |
UHC | 長쇤砒 | 111011011111111010111100111010011101110111110111 | edfebce9ddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)