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 | 顰ィ鬘假ス | 1110100011111100101010001110100110100001100110001110111110111101 | e8fca8e9a198efbd |
EUC-JP | 顰ィ鬘假ス | 11110000111111101000111010101000111100101010001111010000111100011000111010111101 | f0fe8ea8f2a3d0f18ebd |
UTF-8 | 顰ィ鬘假ス | 111010011010000110110000111011111011110110101000111010011010110010011000111001011000000110000111111011111011110110111101 | e9a1b0efbda8e9ac98e58187efbdbd |
UHC | ???假? | 001111110011111100111111110010101010001100111111 | 3f3f3fcaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)