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 | 蕈件就脛糸 | 11100100111111001000110010001111100011110100000111100011111110001000111010000101 | e4fc8c8f8f41e3f88e85 |
EUC-JP | 蕈件就脛糸 | 11101000111111101011011111101111101111011010001011100110111110101011101111100101 | e8feb7efbda2e6fabbe5 |
UTF-8 | 蕈件就脛糸 | 111010001001010110001000111001001011101110110110111001011011000010110001111010001000010010011011111001111011001110111000 | e89588e4bbb6e5b0b1e8849be7b3b8 |
UHC | ?件就脛? | 0011111111001011111011001111011010100110110011001110101100111111 | 3fcbecf6a6cceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)