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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 泳f?營? | 1000100101101010100000101000011000111111100110100111101000111111 | 896a82863f9a7a3f |
EUC-JP | 泳f?營? | 1011000111001011101000111110011000111111110100111101101100111111 | b1cba3e63fd3db3f |
UTF-8 | 泳f즹營퇲 | 111001101011001110110011111011111011110110000110111011001010011010111001111001111000011110011111111011011000011110110010 | e6b3b3efbd86eca6b9e7879fed87b2 |
UHC | 泳f즹營퇲 | 11100111101101101010001111100110101000111000101111100111101111011011100001101000 | e7b6a3e6a38be7bdb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)