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 | 辭吝シ | 1110011110000110100110011110010110111100 | e78699e5bc |
EUC-JP | 辭吝シ | 111011011110011011010010111001111000111010111100 | ede6d2e78ebc |
UTF-8 | 辭吝シ | 111010001011111010101101111001011001000010011101111011111011110110111100 | e8beade5909defbdbc |
UHC | 辭吝? | 1101111011110110110101111111000000111111 | def6d7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)