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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝨畷棠 | 111001011001110010010011111010111001111010101001 | e59c93eb9ea9 |
EUC-JP | 蝨畷棠 | 111010011111110011000110111011011101110010101011 | e9fcc6eddcab |
UTF-8 | 蝨畷棠 | 111010001001110110101000111001111001010110110111111001101010001110100000 | e89da8e795b7e6a3a0 |
UHC | 蝨?棠 | 1110001110100100001111111101001111010110 | e3a43fd3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)