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 | 慂募笶 | 100111001100100010010101111001011110001010011101 | 9cc895e5e29d |
EUC-JP | 慂募笶 | 110110001100101011001010111001111110001111111101 | d8cacae7e3fd |
UTF-8 | 慂募笶 | 111001101000010110000010111001011000101110011111111001111010110010110110 | e68582e58b9fe7acb6 |
UHC | 慂募? | 1110100110111101110110011011010000111111 | e9bdd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)