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 | 帝℡┼ | 100100101110100110000111100001001000010010101001 | 92e9878484a9 |
EUC-JP | 帝?┼ | 1100010011101011001111111010100010101011 | c4eb3fa8ab |
UTF-8 | 帝℡┼ | 111001011011100010011101111000101000010010100001111000101001010010111100 | e5b89de284a1e294bc |
UHC | 帝℡┼ | 111100001010100010100010111001011010011010101011 | f0a8a2e5a6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)