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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 焏ワ鬟鬟 | 1111101101010011110111001110100110100011111110011110110111110100110111001110100110100011 | fb53dce9a3f9edf4dce9a3 |
EUC-JP | 焏ワ鬟??鬟 | 1000111111001001111010011000111011011100111100101010010100111111001111111111001010100101 | 8fc9e98edcf2a53f3ff2a5 |
UTF-8 | 焏ワ鬟鬟 | 111001111000010010001111111011111011111010011100111010011010110010011111111011101001110110001000111011101000111010001011111010011010110010011111 | e7848fefbe9ce9ac9fee9d88ee8e8be9ac9f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)