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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 形??形浣^ | 100011000110000000111111001111111000110001100000100111111010111101011110 | 8c603f3f8c609faf5e |
EUC-JP | 形??形浣^ | 101101111100000100111111001111111011011111000001110111101011000101011110 | b7c13f3fb7c1deb15e |
UTF-8 | 形롔렋形浣^ | 11100101101111011010001011101011101000011001010011101011101000001000101111100101101111011010001011100110101101011010001101011110 | e5bda2eba194eba08be5bda2e6b5a35e |
UHC | 形롔렋形浣^ | 1111101110100001100011101101100010001110101000101111101110100001111010001100101101011110 | fba18ed88ea2fba1e8cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)