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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ??腰]H | 001111110011111110001101100110000101110101001000 | 3f3f8d985d48 |
EUC-JP | ??腰]H | 001111110011111110111001111110000101110101001000 | 3f3fb9f85d48 |
UTF-8 | 쐣씍腰]H | 1110110010010000101000111110110010010100100011011110100010000101101100000101110101001000 | ec90a3ec948de885b05d48 |
UHC | 쐣씍腰]H | 1001110010001001100111011010010011101001101001100101110101001000 | 9c899da4e9a65d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)