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 | 00111111001111110011111101100110 | 3f3f3f66 |
SJIS-WIN | ???f | 00111111001111110011111101100110 | 3f3f3f66 |
EUC-JP | ???f | 00111111001111110011111101100110 | 3f3f3f66 |
UTF-8 | 묱뭃묯f | 11101011101011001011000111101011101011011000001111101011101011001010111101100110 | ebacb1ebad83ebacaf66 |
UHC | 묱뭃묯f | 10010010010010001001001001010010100100100100011001100110 | 92489252924666 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)