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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬ウ荵昜 | 11101000101000111011001111100100101110011001110111100100 | e8a3b3e4b99de4 |
EUC-JP | 陬ウ荵昜 | 1111000010100101100011101011001111101000101110111101101011100110 | f0a58eb3e8bbdae6 |
UTF-8 | 陬ウ荵昜 | 111010011001100110101100111011111011110110110011111010001000110110110101111001101001100010011100 | e999acefbdb3e88db5e6989c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)