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 | 頷頑ェ取エ | 1110100011110101100010101110011010101010100011101110011010110100 | e8f58ae6aa8ee6b4 |
EUC-JP | 頷頑ェ取エ | 11110000111101111011010011101000100011101010101010111100111010001000111010110100 | f0f7b4e88eaabce88eb4 |
UTF-8 | 頷頑ェ取エ | 111010011010000010110111111010011010000010010001111011111011110110101010111001011000111110010110111011111011110110110100 | e9a0b7e9a091efbdaae58f96efbdb4 |
UHC | ?頑?取? | 00111111111010001101011100111111111101101010001000111111 | 3fe8d73ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)