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 | 調烽?? | 100100101011001011100000100000100011111100111111 | 92b2e0823f3f |
EUC-JP | 調烽?? | 110001001011010011011111111000100011111100111111 | c4b4dfe23f3f |
UTF-8 | 調烽렊흔 | 111010001010101010111111111001111000001110111101111010111010000010001010111011011001110110010100 | e8aabfe783bdeba08aed9d94 |
UHC | 調烽렊흔 | 1111000011100000110111001110101110001110101000011100100011100111 | f0e0dceb8ea1c8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)