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 | 踐レ恩 | 111001101111011010000011100011001000100110110110 | e6f6838c89b6 |
EUC-JP | 踐レ恩 | 111011001111100010100101111011001011001010111000 | ecf8a5ecb2b8 |
UTF-8 | 踐レ恩 | 111010001011100010010000111000111000001110101100111001101000000110101001 | e8b890e383ace681a9 |
UHC | 踐レ恩 | 111101001100001010101011111011001110101111011010 | f4c2abecebda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)