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 | 1001101011011000100010001111011001000111 | 9ad888f647 |
EUC-JP | 壓因G | 1101010011011010101100001111100001000111 | d4dab0f847 |
UTF-8 | 壓因G | 11100101101000111001001111100101100110111010000001000111 | e5a393e59ba047 |
UHC | 壓因G | 1110010011100010111011001101011101000111 | e4e2ecd747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)