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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蓼エム器音蓼 | 11100100111110001011010011010001100010101110110110001001101110011110010011111000 | e4f8b4d18aed89b9e4f8 |
EUC-JP | 蓼エム器音蓼 | 111010001111101010001110101101001000111011010001101101001110111110110010101110111110100011111010 | e8fa8eb48ed1b4efb2bbe8fa |
UTF-8 | 蓼エム器音蓼 | 111010001001001110111100111011111011110110110100111011111011111010010001111001011001100110101000111010011001111110110011111010001001001110111100 | e893bcefbdb4efbe91e599a8e99fb3e893bc |
UHC | 蓼??器音蓼 | 11010110111111100011111100111111110100001110111111101011111001011101011011111110 | d6fe3f3fd0efebe5d6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)