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 | 陰儡? | 1000100101000001100110010101001100111111 | 894199533f |
EUC-JP | 陰儡? | 1011000110100010110100011011010000111111 | b1a2d1b43f |
UTF-8 | 陰儡렡 | 111010011001100110110000111001011000010010100001111010111010000010100001 | e999b0e584a1eba0a1 |
UHC | 陰儡렡 | 111010111110010011010110111011011000111010110010 | ebe4d6ed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)