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 | 悅덄썣^ | 11100110100000101000010111101011100011011000010011101100100011011010001101011110 | e68285eb8d84ec8da35e |
UHC | 悅덄썣^ | 11100110111011011000100011100111100110111001011001011110 | e6ed88e79b965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)