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 | 荵呷堅 | 111001001011100110011001111011001000110010011000 | e4b999ec8c98 |
EUC-JP | 荵呷堅 | 111010001011101111010010111011101011011111111000 | e8bbd2eeb7f8 |
UTF-8 | 荵呷堅 | 111010001000110110110101111001011001000110110111111001011010000010000101 | e88db5e591b7e5a085 |
UHC | ??堅 | 00111111001111111100110010110001 | 3f3fccb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)