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 | 永??揖ο? | 100010010110100100111111001111111001011101001011100000111100110100111111 | 89693f3f974b83cd3f |
EUC-JP | 永??揖ο? | 101100011100101000111111001111111100110110101100101001101100111100111111 | b1ca3f3fcdaca6cf3f |
UTF-8 | 永띕뿰揖ο㎈ | 1110011010110000101110001110101110011101100101011110101110111111101100001110011010001111100101101100111010111111111000111000111010001000 | e6b0b8eb9d95ebbfb0e68f96cebfe38e88 |
UHC | 永띕뿰揖ο㎈ | 111001111011010110110110111010111001011110110000111010111110011110100101111011111010011110111010 | e7b5b6eb97b0ebe7a5efa7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)