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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阨ュ隱瑚ケエ | 111010001001010110101101111010001010101010001100111010001011100110110100 | e895ade8aa8ce8b9b4 |
EUC-JP | 阨ュ隱瑚ケエ | 111011111111010110001110101011011111000010101100101110001110101010001110101110011000111010110100 | eff58eadf0acb8ea8eb98eb4 |
UTF-8 | 阨ュ隱瑚ケエ | 111010011001100010101000111011111011110110101101111010011001101010110001111001111001000110011010111011111011110110111001111011111011110110110100 | e998a8efbdade99ab1e7919aefbdb9efbdb4 |
UHC | ??隱瑚?? | 0011111100111111111010111101111111111011110100010011111100111111 | 3f3febdffbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)