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 | 讙作圸粫 | 1110011010101010100011011110110010011010101010011110001011100110 | e6aa8dec9aa9e2e6 |
EUC-JP | 讙作圸粫 | 1110110010101100101110101110111011010100101010111110010011101000 | ecacbaeed4abe4e8 |
UTF-8 | 讙作圸粫 | 111010001010111010011001111001001011110110011100111001011001110010111000111001111011001010101011 | e8ae99e4bd9ce59cb8e7b2ab |
UHC | ?作?? | 0011111111101101110000100011111100111111 | 3fedc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)