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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??鎖??鎖^ | 001111110011111110001101101111010011111100111111100011011011110101011110 | 3f3f8dbd3f3f8dbd5e |
EUC-JP | ??鎖??鎖^ | 001111110011111110111010101111110011111100111111101110101011111101011110 | 3f3fbabf3f3fbabf5e |
UTF-8 | 읯黎鎖읯黎鎖^ | 11101100100111011010111111101111101001101000100111101001100011101001011011101100100111011010111111101111101001101000100111101001100011101001011001011110 | ec9dafefa689e98e96ec9dafefa689e98e965e |
UHC | 읯黎鎖읯黎鎖^ | 10011111110101011110011010110001111000011111000010011111110101011110011010110001111000011111000001011110 | 9fd5e6b1e1f09fd5e6b1e1f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)