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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 悅??^ | 1111101010111101001111110011111101011110 | fabd3f3f5e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 悅덄릣^ | 11100110100000101000010111101011100011011000010011101011101001101010001101011110 | e68285eb8d84eba6a35e |
UHC | 悅덄릣^ | 11100110111011011000100011100111100100001000010101011110 | e6ed88e790855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)