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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 茱頑化] | 11100100101000111000101011100110100010011011101101011101 | e4a38ae689bb5d |
EUC-JP | 茱頑化] | 11101000101001011011010011101000101100101011110101011101 | e8a5b4e8b2bd5d |
UTF-8 | 茱頑化] | 11101000100011001011000111101001101000001001000111100101100011001001011001011101 | e88cb1e9a091e58c965d |
UHC | 茱頑化] | 11100010101111001110100011010111111110111111100101011101 | e2bce8d7fbf95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)