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 | 弔?低豆?^ | 100100101010001000111111100100101110000110010011101001000011111101011110 | 92a23f92e193a43f5e |
EUC-JP | 弔?低豆?^ | 110001001010010000111111110001001110001111000110101001100011111101011110 | c4a43fc4e3c6a63f5e |
UTF-8 | 弔렲低豆뱌^ | 11100101101111001001010011101011101000001011001011100100101111011000111011101000101100011000011011101011101100011000110001011110 | e5bc94eba0b2e4bd8ee8b186ebb18c5e |
UHC | 弔렲低豆뱌^ | 1111000011000000100011101011111111101110101110001101010011100111101110011111001001011110 | f0c08ebfeeb8d4e7b9f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)