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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 坮堉坮 | 100011111011011111000111100011111011011111111101100011111011011111000111 | 8fb7c78fb7fd8fb7c7 |
UTF-8 | 坮堉坮 | 111001011001110110101110111001011010000010001001111001011001110110101110 | e59daee5a089e59dae |
UHC | 坮堉坮 | 110100111101110111101011101111001101001111011101 | d3ddebbcd3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)