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 | 褶カ郞 | 1110010111110111101101101111101110110110 | e5f7b6fbb6 |
EUC-JP | 褶カ? | 1110101011111001100011101011011000111111 | eaf98eb63f |
UTF-8 | 褶カ郞 | 111010001010010010110110111011111011110110110110111010011000001110011110 | e8a4b6efbdb6e9839e |
UHC | 褶?郞 | 1110001110101000001111111101010111001101 | e3a83fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)