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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 貊れ修B | 11100110101110111000001011101010100011110100001101000010 | e6bb82ea8f4342 |
EUC-JP | 貊れ修B | 11101100101111011010010011101100101111011010010001000010 | ecbda4ecbda442 |
UTF-8 | 貊れ修B | 11101000101100101000101011100011100000101000110011100100101111111010111001000010 | e8b28ae3828ce4bfae42 |
UHC | 貊れ修B | 11011000111001111010101011101100111000011111001101000010 | d8e7aaece1f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)