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 | ù¤· | 1111100110100100100011101011011110001110 | f9a48eb78e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ù¤??? | 100011111010101111100011100011111010001011110000001111110011111100111111 | 8fabe38fa2f03f3f3f |
UTF-8 | ù¤· | 11000011101110011100001010100100110000101000111011000010101101111100001010001110 | c3b9c2a4c28ec2b7c28e |
UHC | ?¤?·? | 00111111101000101011010000111111101000011010010000111111 | 3fa2b43fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)