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 | 縣斜捨 | 111000110111000010001110110011101000111011001100 | e3708ece8ecc |
EUC-JP | 縣斜捨 | 111001011101000110111100110100001011110011001110 | e5d1bcd0bcce |
UTF-8 | 縣斜捨 | 111001111011100010100011111001101001011010011100111001101000110110101000 | e7b8a3e6969ce68da8 |
UHC | 縣斜捨 | 111110101110001111011110110110001101111011010111 | fae3ded8ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)