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 | ?賁酣 | 0011111111100110110010101110011111000101 | 3fe6cae7c5 |
EUC-JP | 弰賁酣 | 10001111101111001110110011101100110011001110111011000111 | 8fbcececcceec7 |
UTF-8 | 弰賁酣 | 111001011011110010110000111010001011001110000001111010011000010110100011 | e5bcb0e8b381e985a3 |
UHC | ?賁? | 00111111110111011101001100111111 | 3fddd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)