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 | 焦ユ遮 | 1000111111000101110101011000111011010101 | 8fc5d58ed5 |
EUC-JP | 焦ユ遮 | 101111101100011110001110110101011011110011010111 | bec78ed5bcd7 |
UTF-8 | 焦ユ遮 | 111001111000010010100110111011111011111010010101111010011000000110101110 | e784a6efbe95e981ae |
UHC | 焦?遮 | 1111010110100101001111111111001110110100 | f5a53ff3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)