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 | ユ、ワ枻 | 1101010110100100110111001111101011100010 | d5a4dcfae2 |
EUC-JP | ユ、ワ枻 | 100011101101010110001110101001001000111011011100100011111100001110110101 | 8ed58ea48edc8fc3b5 |
UTF-8 | ユ、ワ枻 | 111011111011111010010101111011111011110110100100111011111011111010011100111001101001111010111011 | efbe95efbda4efbe9ce69ebb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)