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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?漿咐?? | 00111111100111111111011110011001111100110011111100111111 | 3f9ff799f33f3f |
EUC-JP | ?漿咐?? | 00111111110111101111100111010010111101010011111100111111 | 3fdef9d2f53f3f |
UTF-8 | 뤗漿咐렓섐 | 111010111010010010010111111001101011110010111111111001011001001010010000111010111010000010010011111011001000010010010000 | eba497e6bcbfe59290eba093ec8490 |
UHC | 뤗漿咐렓섐 | 10001111110001111110110111101100110111001111101110001110101010001011110010101011 | 8fc7edecdcfb8ea8bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)