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 | 谺護尨 | 111001101010110010001100111011001001101110011000 | e6ac8cec9b98 |
EUC-JP | 谺護尨 | 111011001010111010111000111011101101010111111000 | ecaeb8eed5f8 |
UTF-8 | 谺護尨 | 111010001011000010111010111010001010110110110111111001011011000010101000 | e8b0bae8adb7e5b0a8 |
UHC | ?護尨 | 0011111111111011110111101101101110101011 | 3ffbdedbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)