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 | ????cG | 001111110011111100111111001111110110001101000111 | 3f3f3f3f6347 |
SJIS-WIN | ????cG | 001111110011111100111111001111110110001101000111 | 3f3f3f3f6347 |
EUC-JP | ????cG | 001111110011111100111111001111110110001101000111 | 3f3f3f3f6347 |
UTF-8 | 센솽센솰cG | 1110110010000100101111001110110010000110101111011110110010000100101111001110110010000110101100000110001101000111 | ec84bcec86bdec84bcec86b06347 |
UHC | 센솽센솰cG | 10111100101111101011110011100001101111001011111010111100111000000110001101000111 | bcbebce1bcbebce06347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)