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 | 諛雅寤 | 111001101000011110001001111010111001101110001000 | e68789eb9b88 |
EUC-JP | 諛雅寤 | 111010111110011110110010111011011101010111101000 | ebe7b2edd5e8 |
UTF-8 | 諛雅寤 | 111010001010101110011011111010011001101110000101111001011010111110100100 | e8ab9be99b85e5afa4 |
UHC | 諛雅寤 | 111010111011000011100100101110101110011111110101 | ebb0e4bae7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)