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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 悟?悟?B | 10001100111001010011111110001100111001010011111101000010 | 8ce53f8ce53f42 |
EUC-JP | 悟?悟?B | 10111000111001110011111110111000111001110011111101000010 | b8e73fb8e73f42 |
UTF-8 | 悟뱖悟뱖B | 11100110100000101001111111101011101100011001011011100110100000101001111111101011101100011001011001000010 | e6829febb196e6829febb19642 |
UHC | 悟뱖悟뱖B | 111001111111011010010011011101111110011111110110100100110111011101000010 | e7f69377e7f6937742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)