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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辟越辟越B | 111001111000010010001001011110101110011110000100100010010111101001000010 | e784897ae784897a42 |
EUC-JP | 辟越辟越B | 111011011110010010110001110110111110110111100100101100011101101101000010 | ede4b1dbede4b1db42 |
UTF-8 | 辟越辟越B | 11101000101111101001111111101000101101101000101011101000101111101001111111101000101101101000101001000010 | e8be9fe8b68ae8be9fe8b68a42 |
UHC | ?越?越B | 00111111111010101100011000111111111010101100011001000010 | 3feac63feac642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)