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 | 訛捐? | 1110011001100001100111010110111100111111 | e6619d6f3f |
EUC-JP | 訛捐? | 1110101111000010110110011101000000111111 | ebc2d9d03f |
UTF-8 | 訛捐쐎 | 111010001010100010011011111001101000110110010000111011001001000010001110 | e8a89be68d90ec908e |
UHC | 訛捐쐎 | 111010001100010111100110110010001001110001101111 | e8c5e6c89c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)