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 | セョ硝ム、 | 101111101010111010001111110010011101000110100100 | beae8fc9d1a4 |
EUC-JP | セョ硝ム、 | 10001110101111101000111010101110101111101100101110001110110100011000111010100100 | 8ebe8eaebecb8ed18ea4 |
UTF-8 | セョ硝ム、 | 111011111011110110111110111011111011110110101110111001111010000110011101111011111011111010010001111011111011110110100100 | efbdbeefbdaee7a19defbe91efbda4 |
UHC | ??硝?? | 001111110011111111110101101001100011111100111111 | 3f3ff5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)