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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渟?┬寃 | 10011111110110010011111110000100101001101001101110000011 | 9fd93f84a69b83 |
EUC-JP | 渟?┬寃 | 11011110110110110011111110101000101010001101010111100011 | dedb3fa8a8d5e3 |
UTF-8 | 渟쭤┬寃 | 111001101011100010011111111011001010110110100100111000101001010010101100111001011010111110000011 | e6b89fecada4e294ace5af83 |
UHC | 渟쭤┬寃 | 1110111111100101110000101110010110100110101010001110101010110010 | efe5c2e5a6a8eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)