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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 翹⑤РG | 11100011110010011000011101000100100001000101000101000111 | e3c98744845147 |
EUC-JP | 翹?РG | 111001101100101100111111101001111011001001000111 | e6cb3fa7b247 |
UTF-8 | 翹⑤РG | 111001111011111110111001111000101001000110100100110100001010000001000111 | e7bfb9e291a4d0a047 |
UHC | 翹⑤РG | 11001110111011101010100011101011101011001011001001000111 | ceeea8ebacb247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)