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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | 鞦軸鈐室y | 111010001110000110001110101100101111101111000010100011101011101001111001 | e8e18eb2fbc28eba79 |
EUC-JP | 鞦軸鈐室y | 11110000111000111011110010110100100011111110001111000001101111001011110001111001 | f0e3bcb48fe3c1bcbc79 |
UTF-8 | 鞦軸鈐室y | 11101001100111101010011011101000101110111011100011101001100010001001000011100101101011101010010001111001 | e99ea6e8bbb8e98890e5aea479 |
UHC | ?軸鈐室y | 0011111111110101111011101100110010100010111000111111100001111001 | 3ff5eecca2e3f879 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)