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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?蛤炎^ | 001111111001010010111000100010011000101001011110 | 3f94b8898a5e |
EUC-JP | ?蛤炎^ | 001111111100100010111010101100011110101001011110 | 3fc8bab1ea5e |
UTF-8 | 뤸蛤炎^ | 11101011101001001011100011101000100110111010010011100111100000101000111001011110 | eba4b8e89ba4e7828e5e |
UHC | 뤸蛤炎^ | 10001111111001101111100111101101111001101111101001011110 | 8fe6f9ede6fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)