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 | 隰ォ蟇よ→ | 111010001010110010101011111001011010111110000010111001101000000110101000 | e8acabe5af82e681a8 |
EUC-JP | 隰ォ蟇よ→ | 11110000101011101000111010101011111010101011000110100100111010001010001010101010 | f0ae8eabeab1a4e8a2aa |
UTF-8 | 隰ォ蟇よ→ | 111010011001101010110000111011111011110110101011111010001001111110000111111000111000001010001000111000101000011010010010 | e99ab0efbdabe89f87e38288e28692 |
UHC | ???よ→ | 00111111001111110011111110101010111010001010000111100110 | 3f3f3faae8a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)