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 | セ繽ヌ | 10111110111000111000111111000111 | bee38fc7 |
EUC-JP | セ繽ヌ | 100011101011111011100101111011111000111011000111 | 8ebee5ef8ec7 |
UTF-8 | セ繽ヌ | 111011111011110110111110111001111011100110111101111011111011111010000111 | efbdbee7b9bdefbe87 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)