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 | 奚倩悳 | 100110101111011010011000111010001001110001111011 | 9af698e89c7b |
EUC-JP | 奚倩悳 | 110101001111100011010000111010101101011111011100 | d4f8d0ead7dc |
UTF-8 | 奚倩悳 | 111001011010010110011010111001011000000010101001111001101000001010110011 | e5a59ae580a9e682b3 |
UHC | 奚?悳 | 1111101010101000001111111101001111101101 | faa83fd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)