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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????瀛 | 0011111100111111001111110011111100111111001111111110000001101001 | 3f3f3f3f3f3fe069 |
EUC-JP | ??????瀛 | 0011111100111111001111110011111100111111001111111101111111001010 | 3f3f3f3f3f3fdfca |
UTF-8 | 溜뷰세燎덁세瀛 | 111011111010011110001011111010111011011110110000111011001000010010111000111011111010011110000000111010111000110110000001111011001000010010111000111001111000000010011011 | efa78bebb7b0ec84b8efa780eb8d81ec84b8e7809b |
UHC | 溜뷰세燎덁세瀛 | 1110101011111110101110101110010010111100101111001110100011111011100010001110010010111100101111001110011110111010 | eafebae4bcbce8fb88e4bcbce7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)