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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?剩?\ | 0011111110011001100101000011111101011100 | 3f99943f5c |
EUC-JP | ?剩焰\ | 00111111110100011111010010001111110010011110111101011100 | 3fd1f48fc9ef5c |
UTF-8 | 뤳剩焰\ | 11101011101001001011001111100101100010011010100111100111100001001011000001011100 | eba4b3e589a9e784b05c |
UHC | 뤳剩焰\ | 10001111111000011110110110100101111001101111101101011100 | 8fe1eda5e6fb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)