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 | 帝℡┤ | 100100101110100110000111100001001000010010100111 | 92e9878484a7 |
EUC-JP | 帝?┤ | 1100010011101011001111111010100010101001 | c4eb3fa8a9 |
UTF-8 | 帝℡┤ | 111001011011100010011101111000101000010010100001111000101001010010100100 | e5b89de284a1e294a4 |
UHC | 帝℡┤ | 111100001010100010100010111001011010011010101001 | f0a8a2e5a6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)