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 | 畯??蚌 | 111110110110111100111111001111111110010101110010 | fb6f3f3fe572 |
EUC-JP | 畯??蚌 | 10001111110011011011101100111111001111111110100111010011 | 8fcdbb3f3fe9d3 |
UTF-8 | 畯흔렠蚌 | 111001111001010110101111111011011001110110010100111010111010000010100000111010001001101010001100 | e795afed9d94eba0a0e89a8c |
UHC | 畯흔렠蚌 | 1111000111100001110010001110011110001110101100011101101110111101 | f1e1c8e78eb1dbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)