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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 隍カ蟶カ蜑アh | 11101000101001001011011011100101101110001011011011100101100010011011000101101000 | e8a4b6e5b8b6e589b168 |
EUC-JP | 隍カ蟶カ蜑アh | 11110000101001101000111010110110111010101011101010001110101101101110100111101001100011101011000101101000 | f0a68eb6eaba8eb6e9e98eb168 |
UTF-8 | 隍カ蟶カ蜑アh | 11101001100110101000110111101111101111011011011011101000100111111011011011101111101111011011011011101000100111001001000111101111101111011011000101101000 | e99a8defbdb6e89fb6efbdb6e89c91efbdb168 |
UHC | 隍?????h | 1111110011011011001111110011111100111111001111110011111101101000 | fcdb3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)