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 | 蜍晝シッ | 111001011000101110011101111010101011110010101111 | e58b9deabcaf |
EUC-JP | 蜍晝シッ | 1110100111101011110110101110110010001110101111001000111010101111 | e9ebdaec8ebc8eaf |
UTF-8 | 蜍晝シッ | 111010001001110010001101111001101001100110011101111011111011110110111100111011111011110110101111 | e89c8de6999defbdbcefbdaf |
UHC | ?晝?? | 0011111111110001101110000011111100111111 | 3ff1b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)