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 | 曄ξ?曄ξ?^ | 1001111001000000100000111100110000111111100111100100000010000011110011000011111101011110 | 9e4083cc3f9e4083cc3f5e |
EUC-JP | 曄ξ?曄ξ?^ | 1101101110100001101001101100111000111111110110111010000110100110110011100011111101011110 | dba1a6ce3fdba1a6ce3f5e |
UTF-8 | 曄ξ뙪曄ξ뙧^ | 1110011010011011100001001100111010111110111010111001100110101010111001101001101110000100110011101011111011101011100110011010011101011110 | e69b84cebeeb99aae69b84cebeeb99a75e |
UHC | 曄ξ뙪曄ξ뙧^ | 11100111101001011010010111101110100011001010110111100111101001011010010111101110100011001010101101011110 | e7a5a5ee8cade7a5a5ee8cab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)