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 | 逕鷹剏 | 111001111001010010010001111010011001100110001100 | e79491e9998c |
EUC-JP | 逕鷹剏 | 111011011111010011000010111010111101000111101100 | edf4c2ebd1ec |
UTF-8 | 逕鷹剏 | 111010011000000010010101111010011011011110111001111001011000100110001111 | e98095e9b7b9e5898f |
UHC | 逕鷹? | 1100110011101111111010111110110100111111 | ccefebed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)