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 | ?悳ヤ | 0011111110011100011110111000001110000100 | 3f9c7b8384 |
EUC-JP | ?悳ヤ | 0011111111010111110111001010010111100100 | 3fd7dca5e4 |
UTF-8 | 룵悳ヤ | 111010111010001110110101111001101000001010110011111000111000001110100100 | eba3b5e682b3e383a4 |
UHC | 룵悳ヤ | 100011111010101011010011111011011010101111100100 | 8faad3edabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)