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 | 鮟咲浹 | 111010011011101110001101111001111001111110110011 | e9bb8de79fb3 |
EUC-JP | 鮟咲浹 | 111100101011110110111010111010011101111010110101 | f2bdbae9deb5 |
UTF-8 | 鮟咲浹 | 111010011010111010011111111001011001001010110010111001101011010110111001 | e9ae9fe592b2e6b5b9 |
UHC | 鮟?浹 | 1110010011010101001111111111101011110100 | e4d53ffaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)