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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?其?? | 0011111110010001101101000011111100111111 | 3f91b43f3f |
EUC-JP | ?其?熢 | 00111111110000101011011000111111100011111100101010101011 | 3fc2b63f8fcaab |
UTF-8 | 뤶其헤熢 | 111010111010010010110110111001011000010110110110111011011001011110100100111001111000011010100010 | eba4b6e585b6ed97a4e786a2 |
UHC | 뤶其헤熢 | 1000111111100100110100001110110011000111111011001101110011101100 | 8fe4d0ecc7ecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)