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 | 匙゚褜匙 | 10001101111110101101111111111010010111011000110111111010 | 8dfadffa5d8dfa |
EUC-JP | 匙゚褜匙 | 101110101111110010001110110111111000111111011100110111111011101011111100 | bafc8edf8fdcdfbafc |
UTF-8 | 匙゚褜匙 | 111001011000110010011001111011111011111010011111111010001010010010011100111001011000110010011001 | e58c99efbe9fe8a49ce58c99 |
UHC | 匙??匙 | 111000111011010100111111001111111110001110110101 | e3b53f3fe3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)