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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?言 | 001111111000110010111110 | 3f8cbe |
EUC-JP | ?言 | 001111111011100011000000 | 3fb8c0 |
UTF-8 | 랩言 | 111010111001111010101001111010001010100010000000 | eb9ea9e8a880 |
UHC | 랩言 | 10110111101001101110010111101011 | b7a6e5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)