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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 葬ξ?^ | 100100011001001010000011110011000011111101011110 | 919283cc3f5e |
EUC-JP | 葬ξ?^ | 110000011111001010100110110011100011111101011110 | c1f2a6ce3f5e |
UTF-8 | 葬ξ솯^ | 111010001001000110101100110011101011111011101100100001101010111101011110 | e891accebeec86af5e |
UHC | 葬ξ솯^ | 11101101111101111010010111101110100110011010010101011110 | edf7a5ee99a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)