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 | 膊岩酋 | 111001000100110110001010111000101000111101010101 | e44d8ae28f55 |
EUC-JP | 膊岩酋 | 111001111010111010110100111001001011110110110110 | e7aeb4e4bdb6 |
UTF-8 | 膊岩酋 | 111010001000011010001010111001011011001010101001111010011000010110001011 | e8868ae5b2a9e9858b |
UHC | 膊岩酋 | 110110101101101111100100110110111111010111011100 | dadbe4dbf5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)