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 | 曄μ?幼 | 10011110010000001000001111001010001111111001011101100011 | 9e4083ca3f9763 |
EUC-JP | 曄μ?幼 | 11011011101000011010011011001100001111111100110111000100 | dba1a6cc3fcdc4 |
UTF-8 | 曄μ뮁幼 | 1110011010011011100001001100111010111100111010111010111010000001111001011011100110111100 | e69b84cebcebae81e5b9bc |
UHC | 曄μ뮁幼 | 1110011110100101101001011110110010010010100100001110101011101010 | e7a5a5ec9290eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)