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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 嶪뾥h嶪뾥 | 11100101101101101010101011101011101111101010010101101000111001011011011010101010111010111011111010100101 | e5b6aaebbea568e5b6aaebbea5 |
UHC | 嶪뾥h嶪뾥 | 111001011111010110010111011010000110100011100101111101011001011101101000 | e5f5976868e5f59768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)