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 | 馮眈峇馮 | 1110100101100111111000011011110010011011101100101110100101100111 | e967e1bc9bb2e967 |
EUC-JP | 馮眈峇馮 | 1111000111001000111000101011111011010110101101001111000111001000 | f1c8e2bed6b4f1c8 |
UTF-8 | 馮眈峇馮 | 111010011010011010101110111001111001110010001000111001011011001110000111111010011010011010101110 | e9a6aee79c88e5b387e9a6ae |
UHC | 馮眈?馮 | 11111001101001111111011110101111001111111111100110100111 | f9a7f7af3ff9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)