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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 形??形??^ | 100011000110000000111111001111111000110001100000001111110011111101011110 | 8c603f3f8c603f3f5e |
EUC-JP | 形??形??^ | 101101111100000100111111001111111011011111000001001111110011111101011110 | b7c13f3fb7c13f3f5e |
UTF-8 | 形롙렑形롙렎^ | 11100101101111011010001011101011101000011001100111101011101000001001000111100101101111011010001011101011101000011001100111101011101000001000111001011110 | e5bda2eba199eba091e5bda2eba199eba08e5e |
UHC | 形롙렑形롙렎^ | 11111011101000011000111011011101100011101010011011111011101000011000111011011101100011101010010001011110 | fba18edd8ea6fba18edd8ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)