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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鳶??悠?F | 1001001111001110001111110011111110010111010010010011111101000110 | 93ce3f3f97493f46 |
EUC-JP | 鳶??悠?F | 1100011011010000001111110011111111001101101010100011111101000110 | c6d03f3fcdaa3f46 |
UTF-8 | 鳶롫씈悠덨F | 11101001101100111011011011101011101000011010101111101100100101001000100011100110100000101010000011101011100011011010100001000110 | e9b3b6eba1abec9488e682a0eb8da846 |
UHC | 鳶롫씈悠덨F | 1110011011101001100011101110101110011101101000001110101011101101100010010100001001000110 | e6e98eeb9da0eaed894246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)