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 | 隱??^ | 1110100010101010001111110011111101011110 | e8aa3f3f5e |
EUC-JP | 隱??^ | 1111000010101100001111110011111101011110 | f0ac3f3f5e |
UTF-8 | 隱덉걟^ | 11101001100110101011000111101011100011011000100111101010101100011001111101011110 | e99ab1eb8d89eab19f5e |
UHC | 隱덉걟^ | 11101011110111111000100011101100100000011000100001011110 | ebdf88ec81885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)