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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 叩湛脱~ | 10010010010000001001001001011000100100100100010101111110 | 9240925892457e |
EUC-JP | 叩湛脱~ | 11000011101000011100001110111001110000111010011001111110 | c3a1c3b9c3a67e |
UTF-8 | 叩湛脱~ | 11100101100011111010100111100110101110011001101111101000100001001011000101111110 | e58fa9e6b99be884b17e |
UHC | 叩湛?~ | 110011011011000011010011110000000011111101111110 | cdb0d3c03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)