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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍捧揩? | 11101001100000101001010111111001100111011000001000111111 | e98295f99d823f |
EUC-JP | 驍捧揩宼 | 111100011110001011001010111110111101100111100010100011111011101011011010 | f1e2cafbd9e28fbada |
UTF-8 | 驍捧揩宼 | 111010011010100110001101111001101000110110100111111001101000111110101001111001011010111010111100 | e9a98de68da7e68fa9e5aebc |
UHC | 驍捧?? | 111111011010010011011100111010010011111100111111 | fda4dce93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)