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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蒟わ襲F | 11100100111001011000001011101101100011110101000001000110 | e4e582ed8f5046 |
EUC-JP | 蒟わ襲F | 11101000111001111010010011101111101111011011000101000110 | e8e7a4efbdb146 |
UTF-8 | 蒟わ襲F | 11101000100100101001111111100011100000101000111111101000101001011011001001000110 | e8929fe3828fe8a5b246 |
UHC | ?わ襲F | 001111111010101011101111111000111010100101000110 | 3faaefe3a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)