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 | 1110000110011110100010001111011001000111 | e19e88f647 |
EUC-JP | 癰因G | 1110000111111110101100001111100001000111 | e1feb0f847 |
UTF-8 | 癰因G | 11100111100110011011000011100101100110111010000001000111 | e799b0e59ba047 |
UHC | 癰因G | 1110100010111001111011001101011101000111 | e8b9ecd747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)