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 | 狸辰琮 | 100100100100101110010010010000111111101101101010 | 924b9243fb6a |
EUC-JP | 狸辰琮 | 11000011101011001100001110100100100011111100110010110010 | c3acc3a48fccb2 |
UTF-8 | 狸辰琮 | 111001111000101110111000111010001011111010110000111001111001000010101110 | e78bb8e8beb0e790ae |
UHC | 狸辰琮 | 110101111110000111110010111000111111000011111001 | d7e1f2e3f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)