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 | 聽衰凱襷 | 1110001111100011100100001000101010001010010011011110011001000110 | e3e3908a8a4de646 |
EUC-JP | 聽衰凱襷 | 1110011011100101101111111110101010110011101011101110101110100111 | e6e5bfeab3aeeba7 |
UTF-8 | 聽衰凱襷 | 111010001000000110111101111010001010000110110000111001011000011110110001111010001010010110110111 | e881bde8a1b0e587b1e8a5b7 |
UHC | 聽衰凱? | 11110100111010011110000111110001110010111100001000111111 | f4e9e1f1cbc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)