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 | 11100010111111001000101111111011111001101010001101000010 | e2fc8bfbe6a342 |
EUC-JP | 紆屑譽B | 11100100111111101011011011111101111011001010010101000010 | e4feb6fdeca542 |
UTF-8 | 紆屑譽B | 11100111101101001000011011100101101100011001000111101000101011011011110101000010 | e7b486e5b191e8adbd42 |
UHC | 紆屑譽B | 11101001111000011110000011011010111001111110001001000010 | e9e1e0dae7e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)