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 | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | 鶯痔|鶯痔|B | 1110100111110010100011101010010001111100111010011111001010001110101001000111110001000010 | e9f28ea47ce9f28ea47c42 |
EUC-JP | 鶯痔|鶯痔|B | 1111001011110100101111001010011001111100111100101111010010111100101001100111110001000010 | f2f4bca67cf2f4bca67c42 |
UTF-8 | 鶯痔|鶯痔|B | 111010011011011010101111111001111001011110010100011111001110100110110110101011111110011110010111100101000111110001000010 | e9b6afe797947ce9b6afe797947c42 |
UHC | 鶯痔|鶯痔|B | 1110010110100011111101101100000001111100111001011010001111110110110000000111110001000010 | e5a3f6c07ce5a3f6c07c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)