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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓??壤? | 10011101100110100011111100111111100110101101111100111111 | 9d9a3f3f9adf3f |
EUC-JP | 撓??壤? | 11011001111110100011111100111111110101001110000100111111 | d9fa3f3fd4e13f |
UTF-8 | 撓랃숯壤㏝ | 111001101001001010010011111010111001111010000011111011001000100010101111111001011010001110100100111000111000111110011101 | e69293eb9e83ec88afe5a3a4e38f9d |
UHC | 撓랃숯壤㏝ | 11101000111101011000110111101111101111011010000111100101101111011010011111101001 | e8f58defbda1e5bda7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)