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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 腰?G | 10001101100110000011111101000111 | 8d983f47 |
EUC-JP | 腰?G | 10111001111110000011111101000111 | b9f83f47 |
UTF-8 | 腰췎G | 11101000100001011011000011101100101101111000111001000111 | e885b0ecb78e47 |
UHC | 腰췎G | 1110100110100110101011100100100001000111 | e9a6ae4847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)