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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捧癢硴 | 100101011111100111100001100110001110000111101011 | 95f9e198e1eb |
EUC-JP | 捧癢硴 | 110010101111101111100001111110001110001011101101 | cafbe1f8e2ed |
UTF-8 | 捧癢硴 | 111001101000110110100111111001111001100110100010111001111010000110110100 | e68da7e799a2e7a1b4 |
UHC | 捧?? | 11011100111010010011111100111111 | dce93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)