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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬆川桴縺主セ | 1110100110100000100100001110110010011110100011111110001110000001100011101110010110111110 | e9a090ec9e8fe3818ee5be |
EUC-JP | 鬆川桴縺主セ | 111100101010001011000000111011101101101111101111111001011110000110111100111001111000111010111110 | f2a2c0eedbefe5e1bce78ebe |
UTF-8 | 鬆川桴縺主セ | 111010011010110010000110111001011011011110011101111001101010000110110100111001111011100010111010111001001011100010111011111011111011110110111110 | e9ac86e5b79de6a1b4e7b8bae4b8bbefbdbe |
UHC | ?川??主? | 0011111111110100101110010011111100111111111100011010101100111111 | 3ff4b93f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)