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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶯痔煆璽B | 111010011111001010001110101001001111101101010110100011101010001101000010 | e9f28ea4fb568ea342 |
EUC-JP | 鶯痔煆璽B | 11110010111101001011110010100110100011111100100111110100101111001010010101000010 | f2f4bca68fc9f4bca542 |
UTF-8 | 鶯痔煆璽B | 11101001101101101010111111100111100101111001010011100111100001011000011011100111100100101011110101000010 | e9b6afe79794e78586e792bd42 |
UHC | 鶯痔?璽B | 1110010110100011111101101100000000111111110111111101111001000010 | e5a3f6c03fdfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)