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 | 蠇キ謔云 | 11111011101000011011011111100110100000101000100101011101 | fba1b7e682895d |
EUC-JP | ?キ謔云 | 00111111100011101011011111101011111000101011000110111110 | 3f8eb7ebe2b1be |
UTF-8 | 蠇キ謔云 | 111010001010000010000111111011111011110110110111111010001010110010010100111001001011101010010001 | e8a087efbdb7e8ac94e4ba91 |
UHC | ??謔云 | 001111110011111111111001110011001110100111110110 | 3f3ff9cce9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)