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 | 邱夊時 | 111001111011011110011010111010001000111010011110 | e7b79ae88e9e |
EUC-JP | 邱夊時 | 111011101011100111010100111010101011101111111110 | eeb9d4eabbfe |
UTF-8 | 邱夊時 | 111010011000001010110001111001011010010010001010111001101001100110000010 | e982b1e5a48ae69982 |
UHC | 邱?時 | 1100111111001000001111111110001111000001 | cfc83fe3c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)