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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ?⑤?~ | 0011111110000111010001000011111101111110 | 3f87443f7e |
EUC-JP | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
UTF-8 | 曆⑤젨~ | 11101111101001101000101111100010100100011010010011101100101000001010100001111110 | efa68be291a4eca0a87e |
UHC | 曆⑤젨~ | 11100110101101111010100011101011101000001010000001111110 | e6b7a8eba0a07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)