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 | 鈺悅浣 | 111110111100010011111010101111011001111110101111 | fbc4fabd9faf |
EUC-JP | 鈺?浣 | 100011111110001111010101001111111101111010110001 | 8fe3d53fdeb1 |
UTF-8 | 鈺悅浣 | 111010011000100010111010111001101000001010000101111001101011010110100011 | e988bae68285e6b5a3 |
UHC | 鈺悅浣 | 111010001010110111100110111011011110100011001011 | e8ade6ede8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)