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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨ィ繧亥 | 11101000111000001010100011100011100000101000100011100101 | e8e0a8e38288e5 |
EUC-JP | 鞨ィ繧亥 | 1111000011100010100011101010100011100101111000101011000011100111 | f0e28ea8e5e2b0e7 |
UTF-8 | 鞨ィ繧亥 | 111010011001111010101000111011111011110110101000111001111011100110100111111001001011101010100101 | e99ea8efbda8e7b9a7e4baa5 |
UHC | 鞨??亥 | 110010101110101000111111001111111111101010100100 | caea3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)