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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???昻? | 001111110011111100111111111110101101000000111111 | 3f3f3ffad03f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 怜붺룼昻뷴 | 111011111010011010101100111010111011011010111010111010111010001110111100111001101001100010111011111010111011011110110100 | efa6acebb6baeba3bce698bbebb7b4 |
UHC | 怜붺룼昻뷴 | 11100111101100001001010011100111100011111010111011100100111010011011101011100101 | e7b094e78faee4e9bae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)