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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 晨??晨??^ | 100111011110110100111111001111111001110111101101001111110011111101011110 | 9ded3f3f9ded3f3f5e |
EUC-JP | 晨??晨??^ | 110110101110111100111111001111111101101011101111001111110011111101011110 | daef3f3fdaef3f3f5e |
UTF-8 | 晨뚢뙴晨뚢뙴^ | 11100110100110011010100011101011100110101010001011101011100110011011010011100110100110011010100011101011100110101010001011101011100110011011010001011110 | e699a8eb9aa2eb99b4e699a8eb9aa2eb99b45e |
UHC | 晨뚢뙴晨뚢뙴^ | 11100011111001111000110011100010100011001011011111100011111001111000110011100010100011001011011101011110 | e3e78ce28cb7e3e78ce28cb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)