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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 凋削恕壓?B | 10010010100111001000110111101101100011111001101010011010110110000011111101000010 | 929c8ded8f9a9ad83f42 |
EUC-JP | 凋削恕壓?B | 11000011111111001011101011101111101111011111101011010100110110100011111101000010 | c3fcbaefbdfad4da3f42 |
UTF-8 | 凋削恕壓렭B | 11100101100001111000101111100101100010011000101011100110100000011001010111100101101000111001001111101011101000001010110101000010 | e5878be5898ae68195e5a393eba0ad42 |
UHC | 凋削恕壓렭B | 1111000010111101110111101111101111011111111100001110010011100010100011101011101001000010 | f0bddefbdff0e4e28eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)