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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜿ゥ雉企# | 111001011000111110101001111010001011001110001010111010011000000110010100 | e58fa9e8b38ae98194 |
EUC-JP | 蜿ゥ雉企# | 11101001111011111000111010101001111100001011010110110100111010111010000111110100 | e9ef8ea9f0b5b4eba1f4 |
UTF-8 | 蜿ゥ雉企# | 111010001001110010111111111011111011110110101001111010011001101110001001111001001011110010000001111011111011110010000011 | e89cbfefbda9e99b89e4bc81efbc83 |
UHC | ??雉企# | 0011111100111111111101101100101111010000111010101010001110100011 | 3f3ff6cbd0eaa3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)