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 | 自鶯軸 | 1111001010101110100011101010100111101001111100101000111010110010 | f2ae8ea9e9f28eb2 |
EUC-JP | ?自鶯軸 | 00111111101111001010101111110010111101001011110010110100 | 3fbcabf2f4bcb4 |
UTF-8 | 自鶯軸 | 111011101000011110100101111010001000011110101010111010011011011010101111111010001011101110111000 | ee87a5e887aae9b6afe8bbb8 |
UHC | ?自鶯軸 | 00111111111011011011101111100101101000111111010111101110 | 3fedbbe5a3f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)