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 | 諛雅寐 | 111001101000011110001001111010111001101110000111 | e68789eb9b87 |
EUC-JP | 諛雅寐 | 111010111110011110110010111011011101010111100111 | ebe7b2edd5e7 |
UTF-8 | 諛雅寐 | 111010001010101110011011111010011001101110000101111001011010111110010000 | e8ab9be99b85e5af90 |
UHC | 諛雅寐 | 111010111011000011100100101110101101100011011011 | ebb0e4bad8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)