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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 癰因蝸^ | 11100001100111101000100011110110111001011001011101011110 | e19e88f6e5975e |
EUC-JP | 癰因蝸^ | 11100001111111101011000011111000111010011111011101011110 | e1feb0f8e9f75e |
UTF-8 | 癰因蝸^ | 11100111100110011011000011100101100110111010000011101000100111011011100001011110 | e799b0e59ba0e89db85e |
UHC | 癰因蝸^ | 11101000101110011110110011010111111010001100010001011110 | e8b9ecd7e8c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)