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 | 驗呈凵縺 | 1110100110000100100100101110011010011001100000011110001110000001 | e98492e69981e381 |
EUC-JP | 驗呈凵縺 | 1111000111100100110001001110100011010001111000011110010111100001 | f1e4c4e8d1e1e5e1 |
UTF-8 | 驗呈凵縺 | 111010011010100110010111111001011001000110001000111001011000011110110101111001111011100010111010 | e9a997e59188e587b5e7b8ba |
UHC | 驗呈?? | 111110101101000011101111110100000011111100111111 | fad0efd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)