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 | 燁シ骰豌 | 11111011010110011011110011101001100011011110011010110000 | fb59bce98de6b0 |
EUC-JP | 燁シ骰豌 | 100011111100101010110011100011101011110011110001111011011110110010110010 | 8fcab38ebcf1edecb2 |
UTF-8 | 燁シ骰豌 | 111001111000011110000001111011111011110110111100111010011010101010110000111010001011000110001100 | e78781efbdbce9aab0e8b18c |
UHC | 燁??豌 | 111001111010011100111111001111111110100011010101 | e7a73f3fe8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)