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 | 讙゚セ聟 | 111001101010101011011111101111101110001111011011 | e6aadfbee3db |
EUC-JP | 讙゚セ聟 | 1110110010101100100011101101111110001110101111101110011011011101 | ecac8edf8ebee6dd |
UTF-8 | 讙゚セ聟 | 111010001010111010011001111011111011111010011111111011111011110110111110111010001000000110011111 | e8ae99efbe9fefbdbee8819f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)