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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辱o? | 1001000001001010100000101000111100111111 | 904a828f3f |
EUC-JP | 辱o? | 1011111110101011101000111110111100111111 | bfaba3ef3f |
UTF-8 | 辱o쉼 | 111010001011111010110001111011111011110110001111111011001000100110111100 | e8beb1efbd8fec89bc |
UHC | 辱o쉼 | 111010011011010010100011111011111011110110110000 | e9b4a3efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)