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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヤキ翳礦 | 110101001011011111100011110010001110000111100110 | d4b7e3c8e1e6 |
EUC-JP | ヤキ翳礦 | 1000111011010100100011101011011111100110110010101110001011101000 | 8ed48eb7e6cae2e8 |
UTF-8 | ヤキ翳礦 | 111011111011111010010100111011111011110110110111111001111011111110110011111001111010010010100110 | efbe94efbdb7e7bfb3e7a4a6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)