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 | リ莢ュ霈 | 1111000011111011110110001110010010110000101011011110100010111100 | f0fbd8e4b0ade8bc |
EUC-JP | ?リ莢ュ霈 | 001111111000111011011000111010001011001010001110101011011111000010111110 | 3f8ed8e8b28eadf0be |
UTF-8 | リ莢ュ霈 | 111011101000001010111010111011111011111010011000111010001000111010100010111011111011110110101101111010011001110010001000 | ee82baefbe98e88ea2efbdade99c88 |
UHC | ??莢?? | 001111110011111111111010111110000011111100111111 | 3f3ffaf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)