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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 迢守準邇ウh | 11100111100010111000111011100111100011111000000011100111100011101011001101101000 | e78b8ee78f80e78eb368 |
EUC-JP | 迢守準邇ウh | 1110110111101011101111001110100110111101111000001110110111101110100011101011001101101000 | edebbce9bde0edee8eb368 |
UTF-8 | 迢守準邇ウh | 11101000101111111010001011100101101011101000100011100110101110101001011011101001100000101000011111101111101111011011001101101000 | e8bfa2e5ae88e6ba96e98287efbdb368 |
UHC | ?守準邇?h | 001111111110000111111010111100011101111011101100110001000011111101101000 | 3fe1faf1deecc43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)