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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 營??] | 1001101001111010001111110011111101011101 | 9a7a3f3f5d |
EUC-JP | 營??] | 1101001111011011001111110011111101011101 | d3db3f3f5d |
UTF-8 | 營묌늉] | 11100111100001111001111111101011101011001000110011101011100010101000100101011101 | e7879febac8ceb8a895d |
UHC | 營묌늉] | 11100111101111011001000111101001101101001011111101011101 | e7bd91e9b4bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)