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 | 逍卓ソ唯 | 11100111100101101001000111101100101111111001011101000010 | e79691ecbf9742 |
EUC-JP | 逍卓ソ唯 | 1110110111110110110000101110111010001110101111111100110110100011 | edf6c2ee8ebfcda3 |
UTF-8 | 逍卓ソ唯 | 111010011000000010001101111001011000110110010011111011111011110110111111111001011001010010101111 | e9808de58d93efbdbfe594af |
UHC | 逍卓?唯 | 11100001110011101111011011110001001111111110101011100110 | e1cef6f13feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)