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 | ??D??F | 001111110011111101000100001111110011111101000110 | 3f3f443f3f46 |
SJIS-WIN | 蓴ュD踞」F | 1110010011110001101011010100010011100110111101011010001101000110 | e4f1ad44e6f5a346 |
EUC-JP | 蓴ュD踞」F | 11101000111100111000111010101101010001001110110011110111100011101010001101000110 | e8f38ead44ecf78ea346 |
UTF-8 | 蓴ュD踞」F | 1110100010010011101101001110111110111101101011010100010011101000101110001001111011101111101111011010001101000110 | e893b4efbdad44e8b89eefbda346 |
UHC | 蓴?D踞?F | 1110001011110001001111110100010011001011111001100011111101000110 | e2f13f44cbe63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)