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 | ûX^ | 1001100111111011100110100101100001011110 | 99fb9a585e |
SJIS-WIN | ???X^ | 0011111100111111001111110101100001011110 | 3f3f3f585e |
EUC-JP | ?û?X^ | 00111111100011111010101111100101001111110101100001011110 | 3f8fabe53f585e |
UTF-8 | ûX^ | 1100001010011001110000111011101111000010100110100101100001011110 | c299c3bbc29a585e |
UHC | ???X^ | 0011111100111111001111110101100001011110 | 3f3f3f585e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)