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 | 螫磯沙 | 111001011010110010001000111010011000110110111001 | e5ac88e98db9 |
EUC-JP | 螫磯沙 | 111010101010111010110000111010111011101010111011 | eaaeb0ebbabb |
UTF-8 | 螫磯沙 | 111010001001111010101011111001111010001110101111111001101011001010011001 | e89eabe7a3afe6b299 |
UHC | ?磯沙 | 0011111111010001101101001101111011011110 | 3fd1b4dede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)