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 | 隱碕ケ鷺 | 11101000101010101000110111101010101110011000110111101011 | e8aa8deab98deb |
EUC-JP | 隱碕ケ鷺 | 1111000010101100101110101110110010001110101110011011101011101101 | f0acbaec8eb9baed |
UTF-8 | 隱碕ケ鷺 | 111010011001101010110001111001111010001010010101111011111011110110111001111010011011011110111010 | e99ab1e7a295efbdb9e9b7ba |
UHC | 隱??鷺 | 111010111101111100111111001111111101011011011100 | ebdf3f3fd6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)