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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 證邯? | 1110011010011010111001111011011000111111 | e69ae7b63f |
EUC-JP | 證邯擊 | 11101011111110101110111010111000100011111100000110100011 | ebfaeeb88fc1a3 |
UTF-8 | 證邯擊 | 111010001010110110001001111010011000001010101111111001101001001110001010 | e8ad89e982afe6938a |
UHC | 證邯擊 | 111100011111101111001010111110111100110010101010 | f1fbcafbccaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)