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 | 椅????? | 10001000110101100011111100111111001111110011111100111111 | 88d63f3f3f3f3f |
EUC-JP | 椅????? | 10110000110110000011111100111111001111110011111100111111 | b0d83f3f3f3f3f |
UTF-8 | 椅덀깵李딇뙬 | 111001101010010010000101111010111000110110000000111010101011100110110101111011111010011110100001111010111001010010000111111010111001100110101100 | e6a485eb8d80eab9b5efa7a1eb9487eb99ac |
UHC | 椅덀깵李딇뙬 | 111010111111010110001000111000111000001110100011111011001011000010001010111011011000110010101111 | ebf588e383a3ecb08aed8caf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)