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 | ??Y??? | 001111110011111101011001001111110011111100111111 | 3f3f593f3f3f |
SJIS-WIN | 蓴ュY跫亥銅 | 11100100111100011010110101011001111001101110110110001000111001011001001110111010 | e4f1ad59e6ed88e593ba |
EUC-JP | 蓴ュY跫亥銅 | 1110100011110011100011101010110101011001111011001110111110110000111001111100011010111100 | e8f38ead59ecefb0e7c6bc |
UTF-8 | 蓴ュY跫亥銅 | 11101000100100111011010011101111101111011010110101011001111010001011011110101011111001001011101010100101111010011000101010000101 | e893b4efbdad59e8b7abe4baa5e98a85 |
UHC | 蓴?Y?亥銅 | 111000101111000100111111010110010011111111111010101001001101010011011110 | e2f13f593ffaa4d4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)