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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鰲m?筌 | 11101001111000001000001010001101001111111110001010100011 | e9e0828d3fe2a3 |
EUC-JP | 鰲m?筌 | 11110010111000101010001111101101001111111110010010100101 | f2e2a3ed3fe4a5 |
UTF-8 | 鰲m옄筌 | 111010011011000010110010111011111011110110001101111011001001100010000100111001111010110110001100 | e9b0b2efbd8dec9884e7ad8c |
UHC | 鰲m옄筌 | 1110100010100111101000111110110110011110100100001110111110100111 | e8a7a3ed9e90efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)