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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
EUC-JP | 棅?w棅?w^ | 1000111111000011111110110011111101110111100011111100001111111011001111110111011101011110 | 8fc3fb3f778fc3fb3f775e |
UTF-8 | 棅술w棅술w^ | 111001101010001110000101111011001000100010100000011101111110011010100011100001011110110010001000101000000111011101011110 | e6a385ec88a077e6a385ec88a0775e |
UHC | 棅술w棅술w^ | 1101110010111000101111001111101001110111110111001011100010111100111110100111011101011110 | dcb8bcfa77dcb8bcfa775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)