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 | åS^Bh | 1110010101010011100000101000100110001101010111100100001001101000 | e55382898d5e4268 |
SJIS-WIN | ?S???^Bh | 0011111101010011001111110011111100111111010111100100001001101000 | 3f533f3f3f5e4268 |
EUC-JP | åS???^Bh | 10001111101010111010100101010011001111110011111100111111010111100100001001101000 | 8faba9533f3f3f5e4268 |
UTF-8 | åS^Bh | 110000111010010101010011110000101000001011000010100010011100001010001101010111100100001001101000 | c3a553c282c289c28d5e4268 |
UHC | ?S???^Bh | 0011111101010011001111110011111100111111010111100100001001101000 | 3f533f3f3f5e4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)