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 | 裘戊ェェ裔 | 1110010111100010100101011110100010101010101010101110010111100001 | e5e295e8aaaae5e1 |
EUC-JP | 裘戊ェェ裔 | 11101010111001001100101011101010100011101010101010001110101010101110101011100011 | eae4caea8eaa8eaaeae3 |
UTF-8 | 裘戊ェェ裔 | 111010001010001110011000111001101000100010001010111011111011110110101010111011111011110110101010111010001010001110010100 | e8a398e6888aefbdaaefbdaae8a394 |
UHC | ?戊??裔 | 00111111110110011110011000111111001111111110011111100000 | 3fd9e63f3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)