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 | ?琳 | 001111111001011111010100 | 3f97d4 |
EUC-JP | 馹琳 | 1000111111101001101000011100111011010110 | 8fe9a1ced6 |
UTF-8 | 馹琳 | 111010011010011010111001111001111001000010110011 | e9a6b9e790b3 |
UHC | 馹琳 | 11101100111100011101011111111011 | ecf1d7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)