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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螽幗漆寘 | 1110010110101000100110111110110010001110101111011111101010101001 | e5a89bec8ebdfaa9 |
EUC-JP | 螽幗漆寘 | 111010101010101011010110111011101011110010111111100011111011101011100001 | eaaad6eebcbf8fbae1 |
UTF-8 | 螽幗漆寘 | 111010001001111010111101111001011011100110010111111001101011110010000110111001011010111110011000 | e89ebde5b997e6bc86e5af98 |
UHC | ??漆? | 0011111100111111111101101101010000111111 | 3f3ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)