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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菠頭紋 | 111001001100100010010011101010101001011011100100 | e4c893aa96e4 |
EUC-JP | 菠頭紋 | 111010001100101011000110101011001100110011100110 | e8cac6accce6 |
UTF-8 | 菠頭紋 | 111010001000111110100000111010011010000010101101111001111011010010001011 | e88fa0e9a0ade7b48b |
UHC | ?頭紋 | 0011111111010100111010011101101010100011 | 3fd4e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)