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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 蛾移o | 1000100111101001100010001101101001101111 | 89e988da6f |
EUC-JP | 蛾移o | 1011001011101011101100001101110001101111 | b2ebb0dc6f |
UTF-8 | 蛾移o | 11101000100110111011111011100111101001111011101101101111 | e89bbee7a7bb6f |
UHC | 蛾移o | 1110010010110110111011001011100101101111 | e4b6ecb96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)