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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | セマ齎] | 1011111011001111111001101101100001011101 | becfe6d85d |
EUC-JP | セマ齎] | 10001110101111101000111011001111111011001101101001011101 | 8ebe8ecfecda5d |
UTF-8 | セマ齎] | 11101111101111011011111011101111101111101000111111101001101111011000111001011101 | efbdbeefbe8fe9bd8e5d |
UHC | ??齎] | 0011111100111111111011101011001001011101 | 3f3feeb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)