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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樟嘔樟嘔^ | 100011111011111010011010011100011000111110111110100110100111000101011110 | 8fbe9a718fbe9a715e |
EUC-JP | 樟嘔樟嘔^ | 101111101100000011010011110100101011111011000000110100111101001001011110 | bec0d3d2bec0d3d25e |
UTF-8 | 樟嘔樟嘔^ | 11100110101010001001111111100101100110001001010011100110101010001001111111100101100110001001010001011110 | e6a89fe59894e6a89fe598945e |
UHC | 樟嘔樟嘔^ | 111011011110100111001111101001011110110111101001110011111010010101011110 | ede9cfa5ede9cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)