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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顏ィ讚∝ | 11101000111110001010100011100110101010111000000111100101 | e8f8a8e6ab81e5 |
EUC-JP | 顏ィ讚∝ | 1111000011111010100011101010100011101100101011011010001011100111 | f0fa8ea8ecada2e7 |
UTF-8 | 顏ィ讚∝ | 111010011010000110001111111011111011110110101000111010001010111010011010111000101000100010011101 | e9a18fefbda8e8ae9ae2889d |
UHC | ??讚∝ | 001111110011111111110011110001101010000111110000 | 3f3ff3c6a1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)