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 | 逕ウ讀 | 1110011110010100101100111110011010100100 | e794b3e6a4 |
EUC-JP | 逕ウ讀 | 111011011111010010001110101100111110110010100110 | edf48eb3eca6 |
UTF-8 | 逕ウ讀 | 111010011000000010010101111011111011110110110011111010001010111010000000 | e98095efbdb3e8ae80 |
UHC | 逕?讀 | 1100110011101111001111111101010011000001 | ccef3fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)