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 | 險ょ搓 | 111010001010100010000010111001011001110110001101 | e8a882e59d8d |
EUC-JP | 險ょ搓 | 111100001010101010100100111001111101100111101101 | f0aaa4e7d9ed |
UTF-8 | 險ょ搓 | 111010011001101010101010111000111000001010000111111001101001000010010011 | e99aaae38287e69093 |
UHC | 險ょ? | 1111101011001111101010101110011100111111 | facfaae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)