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 | 蝸諷? | 1110010110010111111001101000010100111111 | e597e6853f |
EUC-JP | 蝸諷烘 | 11101001111101111110101111100101100011111100100111011110 | e9f7ebe58fc9de |
UTF-8 | 蝸諷烘 | 111010001001110110111000111010001010101110110111111001111000001110011000 | e89db8e8abb7e78398 |
UHC | 蝸諷烘 | 111010001100010011111001101001001111101111110100 | e8c4f9a4fbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)