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 | 驗呈m | 111010011000010010010010111001101000001010001101 | e98492e6828d |
EUC-JP | 驗呈m | 111100011110010011000100111010001010001111101101 | f1e4c4e8a3ed |
UTF-8 | 驗呈m | 111010011010100110010111111001011001000110001000111011111011110110001101 | e9a997e59188efbd8d |
UHC | 驗呈m | 111110101101000011101111110100001010001111101101 | fad0efd0a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)