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 | 摯而? | 1001110110010101100011101010011100111111 | 9d958ea73f |
EUC-JP | 摯而? | 1101100111110101101111001010100100111111 | d9f5bca93f |
UTF-8 | 摯而炙 | 111001101001000110101111111010001000000010001100111011111010011110111011 | e691afe8808cefa7bb |
UHC | 摯而炙 | 111100101010011111101100101110111110111011011011 | f2a7ecbbeedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)