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 | 晨??洙 | 100111011110110100111111001111111001111110101010 | 9ded3f3f9faa |
EUC-JP | 晨??洙 | 110110101110111100111111001111111101111010101100 | daef3f3fdeac |
UTF-8 | 晨뚥뗿洙 | 111001101001100110101000111010111001101010100101111010111001011110111111111001101011010010011001 | e699a8eb9aa5eb97bfe6b499 |
UHC | 晨뚥뗿洙 | 1110001111100111100011001110010010001011111111101110001010101010 | e3e78ce48bfee2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)