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 | 該??懈 | 100010100101100100111111001111111001110011100110 | 8a593f3f9ce6 |
EUC-JP | 該??懈 | 101100111011101000111111001111111101100011101000 | b3ba3f3fd8e8 |
UTF-8 | 該뤹윂懈 | 111010001010100110110010111010111010010010111001111011001001110010000010111001101000011110001000 | e8a9b2eba4b9ec9c82e68788 |
UHC | 該뤹윂懈 | 1111101010110001100011111110011110011111100011011111101010101011 | fab18fe79f8dfaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)