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 | 珀湿縞 | 111000001101111110001110101111001000111011001000 | e0df8ebc8ec8 |
EUC-JP | 珀湿縞 | 111000001110000110111100101111101011110011001010 | e0e1bcbebcca |
UTF-8 | 珀湿縞 | 111001111000111110000000111001101011100110111111111001111011100010011110 | e78f80e6b9bfe7b89e |
UHC | 珀?縞 | 1101101011010110001111111111101111010110 | dad63ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)