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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 翹⑤Рo | 11100011110010011000011101000100100001000101000101101111 | e3c9874484516f |
EUC-JP | 翹?Рo | 111001101100101100111111101001111011001001101111 | e6cb3fa7b26f |
UTF-8 | 翹⑤Рo | 111001111011111110111001111000101001000110100100110100001010000001101111 | e7bfb9e291a4d0a06f |
UHC | 翹⑤Рo | 11001110111011101010100011101011101011001011001001101111 | ceeea8ebacb26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)