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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 飮??] | 1001111101011010001111110011111101011101 | 9f5a3f3f5d |
EUC-JP | 飮??] | 1101110110111011001111110011111101011101 | ddbb3f3f5d |
UTF-8 | 飮룟젽] | 11101001101000111010111011101011101000111001111111101100101000001011110101011101 | e9a3aeeba39feca0bd5d |
UHC | 飮룟젽] | 11101011111001101011011111100101101000001010111101011101 | ebe6b7e5a0af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)