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 | 僥??擾 | 100110010100011000111111001111111000111111101111 | 99463f3f8fef |
EUC-JP | 僥??擾 | 110100011010011100111111001111111011111011110001 | d1a73f3fbef1 |
UTF-8 | 僥븅냽擾 | 111001011000001110100101111010111011100010000101111010111000001110111101111001101001001110111110 | e583a5ebb885eb83bde693be |
UHC | 僥븅냽擾 | 1110100011101001101110101110100110000110100011011110100011110110 | e8e9bae9868de8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)