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 | 岺罹′ | 111110101010110110011100111010111000000110001100 | faad9ceb818c |
EUC-JP | 岺罹′ | 10001111101110111011100011011000111011011010000111101100 | 8fbbb8d8eda1ec |
UTF-8 | 岺罹′ | 111001011011001010111010111001111011110110111001111000101000000010110010 | e5b2bae7bdb9e280b2 |
UHC | 岺罹′ | 110101101011100111010111111001111010000111000111 | d6b9d7e7a1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)