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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 箏h箏 | 1110001010110101111101111010101011110000111000110110100011100010101101011111011110101010 | e2b5f7aaf0e368e2b5f7aa |
EUC-JP | 箏??h箏? | 1110010010110111001111110011111101101000111001001011011100111111 | e4b73f3f68e4b73f |
UTF-8 | 箏h箏 | 11100111101011101000111111101110100101101000110111101110100000101010001001101000111001111010111010001111111011101001011010001101 | e7ae8fee968dee82a268e7ae8fee968d |
UHC | 箏??h箏? | 1110111010110100001111110011111101101000111011101011010000111111 | eeb43f3f68eeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)