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??v | 0011111101000110001111110011111101110110 | 3f463f3f76 |
SJIS-WIN | 粭F゙ネv | 111000101110010001000110110111101100100001110110 | e2e446dec876 |
EUC-JP | 粭F゙ネv | 1110010011100110010001101000111011011110100011101100100001110110 | e4e6468ede8ec876 |
UTF-8 | 粭F゙ネv | 1110011110110010101011010100011011101111101111101001111011101111101111101000100001110110 | e7b2ad46efbe9eefbe8876 |
UHC | ?F??v | 0011111101000110001111110011111101110110 | 3f463f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)