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 | 終邯? | 1000111101001001111001111011011000111111 | 8f49e7b63f |
EUC-JP | 終邯擊 | 10111101101010101110111010111000100011111100000110100011 | bdaaeeb88fc1a3 |
UTF-8 | 終邯擊 | 111001111011010110000010111010011000001010101111111001101001001110001010 | e7b582e982afe6938a |
UHC | 終邯擊 | 111100001111101111001010111110111100110010101010 | f0fbcafbccaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)