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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将タ。ワ淼 | 10001111101010111100000010100001110111001111101101000101 | 8fabc0a1dcfb45 |
EUC-JP | 将タ。ワ淼 | 1011111010101101100011101100000010001110101000011000111011011100100011111100011111100110 | bead8ec08ea18edc8fc7e6 |
UTF-8 | 将タ。ワ淼 | 111001011011000010000110111011111011111010000000111011111011110110100001111011111011111010011100111001101011011110111100 | e5b086efbe80efbda1efbe9ce6b7bc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)