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 | 隴跫牴 | 111010001010110111100110111011011110000010110000 | e8ade6ede0b0 |
EUC-JP | 隴跫牴 | 111100001010111111101100111011111110000010110010 | f0afecefe0b2 |
UTF-8 | 隴跫牴 | 111010011001101010110100111010001011011110101011111001111000100110110100 | e99ab4e8b7abe789b4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)