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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 達俗Y | 1001001001000010100100011010110101011001 | 924291ad59 |
EUC-JP | 達俗Y | 1100001110100011110000101010111101011001 | c3a3c2af59 |
UTF-8 | 達俗Y | 11101001100000011001010011100100101111111001011101011001 | e98194e4bf9759 |
UHC | 達俗Y | 1101001110111001111000011101010001011001 | d3b9e1d459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)