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 | 邊イ迢達 | 11100111101100101011001011100111100010111001001001000010 | e7b2b2e78b9242 |
EUC-JP | 邊イ迢達 | 1110111010110100100011101011001011101101111010111100001110100011 | eeb48eb2edebc3a3 |
UTF-8 | 邊イ迢達 | 111010011000001010001010111011111011110110110010111010001011111110100010111010011000000110010100 | e9828aefbdb2e8bfa2e98194 |
UHC | 邊??達 | 110111001010101100111111001111111101001110111001 | dcab3f3fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)