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 | 蟾先覧 | 111001011011011110010000111001101001011110010111 | e5b790e69797 |
EUC-JP | 蟾先覧 | 111010101011100111000000111010001100110111110111 | eab9c0e8cdf7 |
UTF-8 | 蟾先覧 | 111010001001111110111110111001011000010110001000111010001010011010100111 | e89fbee58588e8a6a7 |
UHC | 蟾先? | 1110000011101010111000001011101100111111 | e0eae0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)