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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寤β?偕 | 10011011100010001000001111000000001111111001100011110001 | 9b8883c03f98f1 |
EUC-JP | 寤β?偕 | 11010101111010001010011011000010001111111101000011110011 | d5e8a6c23fd0f3 |
UTF-8 | 寤β꽒偕 | 1110010110101111101001001100111010110010111010101011110110010010111001011000000110010101 | e5afa4ceb2eabd92e58195 |
UHC | 寤β꽒偕 | 1110011111110101101001011110001010000100101000011111101010100101 | e7f5a5e284a1faa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)