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 | 外??] | 1000101001001111001111110011111101011101 | 8a4f3f3f5d |
EUC-JP | 外??] | 1011001110110000001111110011111101011101 | b3b03f3f5d |
UTF-8 | 外뺞돻] | 11100101101001001001011011101011101110101001111011101011100011111011101101011101 | e5a496ebba9eeb8fbb5d |
UHC | 外뺞돻] | 11101000111000101001010111100110100010011011111001011101 | e8e295e689be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)