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 | 蓆凪揃籬 | 1110010011101100100100111110001010010001101101011110001011011111 | e4ec93e291b5e2df |
EUC-JP | 蓆凪揃籬 | 1110100011101110110001101110010011000010101101111110010011100001 | e8eec6e4c2b7e4e1 |
UTF-8 | 蓆凪揃籬 | 111010001001001110000110111001011000011110101010111001101000111110000011111001111011000110101100 | e89386e587aae68f83e7b1ac |
UHC | 蓆??籬 | 111000001011011000111111001111111101011111100110 | e0b63f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)