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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 雄?^ | 10010111010110010011111101011110 | 97593f5e |
EUC-JP | 雄?^ | 11001101101110100011111101011110 | cdba3f5e |
UTF-8 | 雄렮^ | 11101001100110111000010011101011101000001010111001011110 | e99b84eba0ae5e |
UHC | 雄렮^ | 1110101010101001100011101011101101011110 | eaa98ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)