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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | タル踈 | 110000001101100111110000101001111110011011110001 | c0d9f0a7e6f1 |
EUC-JP | タル?踈 | 10001110110000001000111011011001001111111110110011110011 | 8ec08ed93fecf3 |
UTF-8 | タル踈 | 111011111011111010000000111011111011111010011001111011101000000110100110111010001011100010001000 | efbe80efbe99ee81a6e8b888 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)