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 | 踐レ鴬 | 111001101111011010000011100011001000100110100111 | e6f6838c89a7 |
EUC-JP | 踐レ鴬 | 111011001111100010100101111011001011001010101001 | ecf8a5ecb2a9 |
UTF-8 | 踐レ鴬 | 111010001011100010010000111000111000001110101100111010011011010010101100 | e8b890e383ace9b4ac |
UHC | 踐レ? | 1111010011000010101010111110110000111111 | f4c2abec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)