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 | 外??徇? | 10001010010011110011111100111111100111000110110100111111 | 8a4f3f3f9c6d3f |
EUC-JP | 外??徇? | 10110011101100000011111100111111110101111100111000111111 | b3b03f3fd7ce3f |
UTF-8 | 外쇺댌徇싮 | 111001011010010010010110111011001000011110111010111010111000110010001100111001011011111010000111111011001000101110101110 | e5a496ec87baeb8c8ce5be87ec8bae |
UHC | 外쇺댌徇싮 | 11101000111000101001100111100010100010001011010111100010110111111001101011101001 | e8e299e288b5e2df9ae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)