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 | ???F?? | 001111110011111100111111010001100011111100111111 | 3f3f3f463f3f |
SJIS-WIN | 洩銑跣F辰渫 | 1000100101101011100100010100110011100110111011110100011010010010010000111001111111010110 | 896b914ce6ef4692439fd6 |
EUC-JP | 洩銑跣F辰渫 | 1011000111001100110000011010110111101100111100010100011011000011101001001101111011011000 | b1ccc1adecf146c3a4ded8 |
UTF-8 | 洩銑跣F辰渫 | 11100110101101001010100111101001100010101001000111101000101101111010001101000110111010001011111010110000111001101011100010101011 | e6b4a9e98a91e8b7a346e8beb0e6b8ab |
UHC | 洩銑跣F辰渫 | 1110000011011101111000001101010111100000110100110100011011110010111000111110000011011110 | e0dde0d5e0d346f2e3e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)