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 | ?¤?¢ | 00111111101001000011111110100010 | 3fa43fa2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | ?¤?¢ | 00111111100011111010001011110000001111111010000111110001 | 3f8fa2f03fa1f1 |
UTF-8 | ?¤?¢ | 001111111100001010100100001111111100001010100010 | 3fc2a43fc2a2 |
UHC | ?¤?? | 0011111110100010101101000011111100111111 | 3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)