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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ?}??@B | 00111111100000010111000000111111001111110100000001000010 | 3f81703f3f4042 |
EUC-JP | ?}??@B | 00111111101000011101000100111111001111110100000001000010 | 3fa1d13f3f4042 |
UTF-8 | 룵}룵₃@B | 1110101110100011101101011110111110111101100111011110101110100011101101011110001010000010100000110100000001000010 | eba3b5efbd9deba3b5e282834042 |
UHC | 룵}룵₃@B | 10001111101010101010001111111101100011111010101010101001111111010100000001000010 | 8faaa3fd8faaa9fd4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)