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è | 111110110101011110001001111010001001111110001011 | fb5789e89f8b |
SJIS-WIN | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
EUC-JP | ûW?è?? | 10001111101010111110010101010111001111111000111110101011101100100011111100111111 | 8fabe5573f8fabb23f3f |
UTF-8 | ûWè | 1100001110111011010101111100001010001001110000111010100011000010100111111100001010001011 | c3bb57c289c3a8c29fc28b |
UHC | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)