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 | 丹邃蘇^ | 10010010010011111110001010000100100100010110100001011110 | 924fe28491685e |
EUC-JP | 丹邃蘇^ | 11000011101100001110001111100100110000011100100101011110 | c3b0e3e4c1c95e |
UTF-8 | 丹邃蘇^ | 11100100101110001011100111101001100000101000001111101000100110001000011101011110 | e4b8b9e98283e898875e |
UHC | 丹邃蘇^ | 11010011101000011110001011000101111000011100110001011110 | d3a1e2c5e1cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)