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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋿失渼 | 111110111101110010001110101110001111101101001001 | fbdc8eb8fb49 |
EUC-JP | 鋿失渼 | 1000111111100100110100101011110010111010100011111100011111110000 | 8fe4d2bcba8fc7f0 |
UTF-8 | 鋿失渼 | 111010011000101110111111111001011010010010110001111001101011100010111100 | e98bbfe5a4b1e6b8bc |
UHC | ?失渼 | 0011111111100011111101111101101010110100 | 3fe3f7dab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)