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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋺エ驟我迥 | 111001111111101010110100111010011000010110001001111001001110011110001010 | e7fab4e98589e4e78a |
EUC-JP | 鋺エ驟我迥 | 11101110111111001000111010110100111100011110010110110010111001101110110111101010 | eefc8eb4f1e5b2e6edea |
UTF-8 | 鋺エ驟我迥 | 111010011000101110111010111011111011110110110100111010011010100110011111111001101000100010010001111010001011111110100101 | e98bbaefbdb4e9a99fe68891e8bfa5 |
UHC | ??驟我? | 00111111001111111111011010101110111001001011001000111111 | 3f3ff6aee4b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)