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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?社d鄭? | 0011111110001110110100001000001010000100100100110100000100111111 | 3f8ed0828493413f |
EUC-JP | 邕社d鄭? | 10001111111000011110110110111100110100101010001111100100110001011010001000111111 | 8fe1edbcd2a3e4c5a23f |
UTF-8 | 邕社d鄭렏 | 111010011000001010010101111001111010010010111110111011111011110110000100111010011000010010101101111010111010000010001111 | e98295e7a4beefbd84e984adeba08f |
UHC | 邕社d鄭렏 | 11101000101110111101111011100100101000111110010011101111111101111000111010100101 | e8bbdee4a3e4eff78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)