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 | 憶θ?鹽 | 10001001101011111000001111000110001111111110101001100100 | 89af83c63fea64 |
EUC-JP | 憶θ?鹽 | 10110010101100011010011011001000001111111111001111000101 | b2b1a6c83ff3c5 |
UTF-8 | 憶θ넑鹽 | 1110011010000110101101101100111010111000111010111000010010010001111010011011100110111101 | e686b6ceb8eb8491e9b9bd |
UHC | 憶θ넑鹽 | 1110010111100011101001011110100010000110100111001110011110100100 | e5e3a5e8869ce7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)