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 | 赤?劈? | 100100001101010000111111100110011001110000111111 | 90d43f999c3f |
EUC-JP | 赤?劈? | 110000001101011000111111110100011111110000111111 | c0d63fd1fc3f |
UTF-8 | 赤띨劈뤋 | 111010001011010110100100111010111001110110101000111001011000101010001000111010111010010010001011 | e8b5a4eb9da8e58a88eba48b |
UHC | 赤띨劈뤋 | 1110111011100101101101101110111011011011111110011000111110111011 | eee5b6eedbf98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)