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 | 硝涇裳 | 100011111100100111111010111110111000111111010110 | 8fc9fafb8fd6 |
EUC-JP | 硝涇裳 | 10111110110010111000111111000111110001111011111011011000 | becb8fc7c7bed8 |
UTF-8 | 硝涇裳 | 111001111010000110011101111001101011011010000111111010001010001110110011 | e7a19de6b687e8a3b3 |
UHC | 硝涇裳 | 111101011010011011001100110111001101111111010111 | f5a6ccdcdfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)