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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘊f? | 1110010101011101100000101000011000111111 | e55d82863f |
EUC-JP | 蘊f? | 1110100110111110101000111110011000111111 | e9bea3e63f |
UTF-8 | 蘊f뻗 | 111010001001100010001010111011111011110110000110111010111011101110010111 | e8988aefbd86ebbb97 |
UHC | 蘊f뻗 | 111010001011001110100011111001101011101110111000 | e8b3a3e6bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)