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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 汀賂????] | 100100101111001110011000010001110011111100111111001111110011111101011101 | 92f398473f3f3f3f5d |
EUC-JP | 汀賂????] | 110001001111010111001111101010000011111100111111001111110011111101011101 | c4f5cfa83f3f3f3f5d |
UTF-8 | 汀賂렱肋렰렡] | 11100110101100011000000011101000101100111000001011101011101000001011000111101111101001011001001111101011101000001011000011101011101000001010000101011101 | e6b180e8b382eba0b1efa593eba0b0eba0a15d |
UHC | 汀賂렱肋렰렡] | 11101111111000101101011011110001100011101011111011010010111100011000111010111101100011101011001001011101 | efe2d6f18ebed2f18ebd8eb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)