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 | 蔗ク髷ヲ顆 | 1110010011110010101110001110100110011110101001101110100011110111 | e4f2b8e99ea6e8f7 |
EUC-JP | 蔗ク髷ヲ顆 | 11101000111101001000111010111000111100011111111010001110101001101111000011111001 | e8f48eb8f1fe8ea6f0f9 |
UTF-8 | 蔗ク髷ヲ顆 | 111010001001010010010111111011111011110110111000111010011010101110110111111011111011110110100110111010011010000110000110 | e89497efbdb8e9abb7efbda6e9a186 |
UHC | 蔗???顆 | 11101101101111010011111100111111001111111100111010101000 | edbd3f3f3fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)