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 | ?⑤?昻??^ | 001111111000011101000100001111111111101011010000001111110011111101011110 | 3f87443ffad03f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 曆⑤젨昻뽯젪^ | 11101111101001101000101111100010100100011010010011101100101000001010100011100110100110001011101111101011101111011010111111101100101000001010101001011110 | efa68be291a4eca0a8e698bbebbdafeca0aa5e |
UHC | 曆⑤젨昻뽯젪^ | 11100110101101111010100011101011101000001010000011100100111010011001011011101011101000001010001001011110 | e6b7a8eba0a0e4e996eba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)