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 | 咀烽?乙 | 10011001111100001110000010000010001111111000100110110011 | 99f0e0823f89b3 |
EUC-JP | 咀烽?乙 | 11010010111100101101111111100010001111111011001010110101 | d2f2dfe23fb2b5 |
UTF-8 | 咀烽ㅁ乙 | 111001011001001010000000111001111000001110111101111000111000010110000001111001001011100110011001 | e59280e783bde38581e4b999 |
UHC | 咀烽ㅁ乙 | 1110111010111010110111001110101110100100101100011110101111100000 | eebadceba4b1ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)