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 | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
SJIS-WIN | 奪e竪湛 | 10010010010001000110010110010010010001111001001001011000 | 92446592479258 |
EUC-JP | 奪e竪湛 | 11000011101001010110010111000011101010001100001110111001 | c3a565c3a8c3b9 |
UTF-8 | 奪e竪湛 | 11100101101001011010101001100101111001111010101110101010111001101011100110011011 | e5a5aa65e7abaae6b99b |
UHC | 奪e竪湛 | 11110111101011000110010111100010101101011101001111000000 | f7ac65e2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)