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 | 10010111111101001001111110011000100110000110110001000010 | 97f49f98986c42 |
EUC-JP | 裂沽詫B | 11001110111101101101110111111000110011111100110101000010 | cef6ddf8cfcd42 |
UTF-8 | 裂沽詫B | 11101000101000111000001011100110101100101011110111101000101010011010101101000010 | e8a382e6b2bde8a9ab42 |
UHC | 裂沽?B | 110101101010111011001101101111110011111101000010 | d6aecdbf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)