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 | ?剩?冕 | 001111111001100110010100001111111001100101101010 | 3f99943f996a |
EUC-JP | ?剩洧冕 | 0011111111010001111101001000111111000111101101001101000111001011 | 3fd1f48fc7b4d1cb |
UTF-8 | 뤳剩洧冕 | 111010111010010010110011111001011000100110101001111001101011010010100111111001011000011010010101 | eba4b3e589a9e6b4a7e58695 |
UHC | 뤳剩洧冕 | 1000111111100001111011011010010111101010111110111101100011110100 | 8fe1eda5eafbd8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)