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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 鶯痔?K | 111010011111001010001110101001000011111101001011 | e9f28ea43f4b |
EUC-JP | 鶯痔狴K | 1111001011110100101111001010011010001111110010101111110001001011 | f2f4bca68fcafc4b |
UTF-8 | 鶯痔狴K | 11101001101101101010111111100111100101111001010011100111100010111011010001001011 | e9b6afe79794e78bb44b |
UHC | 鶯痔?K | 111001011010001111110110110000000011111101001011 | e5a3f6c03f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)