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 | ¼ÄÝÁ[k | 1011110011000100100011101101110110001110110000010101101101101011 | bcc48edd8ec15b6b |
SJIS-WIN | ??????[k | 0011111100111111001111110011111100111111001111110101101101101011 | 3f3f3f3f3f3f5b6b |
EUC-JP | ?Ä?Ý?Á[k | 0011111110001111101010101010001100111111100011111010101011110010001111111000111110101010101000010101101101101011 | 3f8faaa33f8faaf23f8faaa15b6b |
UTF-8 | ¼ÄÝÁ[k | 1100001010111100110000111000010011000010100011101100001110011101110000101000111011000011100000010101101101101011 | c2bcc384c28ec39dc28ec3815b6b |
UHC | ¼?????[k | 101010001111100100111111001111110011111100111111001111110101101101101011 | a8f93f3f3f3f3f5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)