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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 解?項懇 | 10001001111100000011111110001101100000001000110110100111 | 89f03f8d808da7 |
EUC-JP | 解?項懇 | 10110010111100100011111110111001111000001011101010101001 | b2f23fb9e0baa9 |
UTF-8 | 解렒項懇 | 111010001010011110100011111010111010000010010010111010011010000010000101111001101000011110000111 | e8a7a3eba092e9a085e68787 |
UHC | 解렒項懇 | 1111101010110000100011101010011111111010101000111100101011010000 | fab08ea7faa3cad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)