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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邱」讀ス弡 | 1110011110110111101000111110011010100100101111011111101010110111 | e7b7a3e6a4bdfab7 |
EUC-JP | 邱」讀ス弡 | 1110111010111001100011101010001111101100101001101000111010111101100011111011110011100100 | eeb98ea3eca68ebd8fbce4 |
UTF-8 | 邱」讀ス弡 | 111010011000001010110001111011111011110110100011111010001010111010000000111011111011110110111101111001011011110010100001 | e982b1efbda3e8ae80efbdbde5bca1 |
UHC | 邱?讀?? | 11001111110010000011111111010100110000010011111100111111 | cfc83fd4c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)