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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 癲??誼?\ | 1110000110011111001111110011111110001011011000100011111101011100 | e19f3f3f8b623f5c |
EUC-JP | 癲??誼?\ | 1110001010100001001111110011111110110101110000110011111101011100 | e2a13f3fb5c33f5c |
UTF-8 | 癲덈뜄誼뾎\ | 11100111100110011011001011101011100011011000100011101011100111001000010011101000101010101011110011101011101111101000111001011100 | e799b2eb8d88eb9c84e8aabcebbe8e5c |
UHC | 癲덈뜄誼뾎\ | 1110111110100110100010001110101110001101100010001110101111111110100101110100110001011100 | efa688eb8d88ebfe974c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)