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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 裂沽詫h | 10010111111101001001111110011000100110000110110001101000 | 97f49f98986c68 |
EUC-JP | 裂沽詫h | 11001110111101101101110111111000110011111100110101101000 | cef6ddf8cfcd68 |
UTF-8 | 裂沽詫h | 11101000101000111000001011100110101100101011110111101000101010011010101101101000 | e8a382e6b2bde8a9ab68 |
UHC | 裂沽?h | 110101101010111011001101101111110011111101101000 | d6aecdbf3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)