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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 센솖섀셧샴 | 111011001000010010111100111011001000011010010110111011001000010010000000111011001000010110100111111011001000001110110100 | ec84bcec8696ec8480ec85a7ec83b4 |
UHC | 센솖섀셧샴 | 10111100101111101011110011010111101111001010100010111100110010111011110010100100 | bcbebcd7bca8bccbbca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)