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 | 剰?旄 | 1000111111101000001111111001110111010100 | 8fe83f9dd4 |
EUC-JP | 剰彛旄 | 10111110111010101000111110111100111110101101101011010110 | beea8fbcfadad6 |
UTF-8 | 剰彛旄 | 111001011000100110110000111001011011110110011011111001101001011110000100 | e589b0e5bd9be69784 |
UHC | ?彛? | 00111111111011001010110100111111 | 3fecad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)