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 | 余???? | 100101110101110100111111001111110011111100111111 | 975d3f3f3f3f |
EUC-JP | 余??庾? | 1100110110111110001111110011111110001111101111001100111000111111 | cdbe3f3f8fbcce3f |
UTF-8 | 余쒕㈀庾쟃 | 111001001011110110011001111011001001001010010101111000111000100010000000111001011011101010111110111011001001111110000011 | e4bd99ec9295e38880e5babeec9f83 |
UHC | 余쒕㈀庾쟃 | 11100101111110011001110011101011101010011011000111101010111011001010000001000111 | e5f99ceba9b1eaeca047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)