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 | 夜??柚 | 100101101110100100111111001111111001011101001101 | 96e93f3f974d |
EUC-JP | 夜??柚 | 110011001110101100111111001111111100110110101110 | cceb3f3fcdae |
UTF-8 | 夜좉덮柚 | 111001011010010010011100111011001010001010001001111010111000110110101110111001101001111110011010 | e5a49ceca289eb8daee69f9a |
UHC | 夜좉덮柚 | 1110010110101000101000001110101010110101101001001110101011110110 | e5a8a0eab5a4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)