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 | 鈺悅塑 | 111110111100010011111010101111011001000101011001 | fbc4fabd9159 |
EUC-JP | 鈺?塑 | 100011111110001111010101001111111100000110111010 | 8fe3d53fc1ba |
UTF-8 | 鈺悅塑 | 111010011000100010111010111001101000001010000101111001011010000110010001 | e988bae68285e5a191 |
UHC | 鈺悅塑 | 111010001010110111100110111011011110000110110001 | e8ade6ede1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)