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 | 艤??冶 | 111001000111111000111111001111111001011011101000 | e47e3f3f96e8 |
EUC-JP | 艤??冶 | 111001111101111100111111001111111100110011101010 | e7df3f3fccea |
UTF-8 | 艤숈젗冶 | 111010001000100110100100111011001000100010001000111011001010000010010111111001011000011010110110 | e889a4ec8888eca097e586b6 |
UHC | 艤숈젗冶 | 1110101111111010100110011110110010100000100100111110010110100111 | ebfa99eca093e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)