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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 由〓? | 1001011101010010100000011010110000111111 | 975281ac3f |
EUC-JP | 由〓? | 1100110110110011101000101010111000111111 | cdb3a2ae3f |
UTF-8 | 由〓풆 | 111001111001010010110001111000111000000010010011111011011001001010000110 | e794b1e38093ed9286 |
UHC | 由〓풆 | 111010111010011010100001111010111011111010001110 | eba6a1ebbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)