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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | フン? | 110011001101110100111111 | ccdd3f |
EUC-JP | フン巋 | 10001110110011001000111011011101100011111011101111111000 | 8ecc8edd8fbbf8 |
UTF-8 | フン巋 | 111011111011111010001100111011111011111010011101111001011011011110001011 | efbe8cefbe9de5b78b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)