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 | 鵄疾裙 | 111010011111010110001110101111101110010111100011 | e9f58ebee5e3 |
EUC-JP | 鵄疾裙 | 111100101111011110111100110000001110101011100101 | f2f7bcc0eae5 |
UTF-8 | 鵄疾裙 | 111010011011010110000100111001111001011010111110111010001010001110011001 | e9b584e796bee8a399 |
UHC | ?疾裙 | 0011111111110010111100001100111111011001 | 3ff2f0cfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)