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 | 暗??^ | 1000100011000011001111110011111101011110 | 88c33f3f5e |
EUC-JP | 暗??^ | 1011000011000101001111110011111101011110 | b0c53f3f5e |
UTF-8 | 暗잒퍓^ | 11100110100110101001011111101100100111101001001011101101100011011001001101011110 | e69a97ec9e92ed8d935e |
UHC | 暗잒퍓^ | 11100100110111101001111111101000101110111000101001011110 | e4de9fe8bb8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)