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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倚壇 | 10011000110111111001001001100100 | 98df9264 |
EUC-JP | 倚壇 | 11010000111000011100001111000101 | d0e1c3c5 |
UTF-8 | 倚壇 | 111001011000000010011010111001011010001110000111 | e5809ae5a387 |
UHC | 倚壇 | 11101011111011111101001110100110 | ebefd3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)