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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 鞦軸鈐室D | 111010001110000110001110101100101111101111000010100011101011101001000100 | e8e18eb2fbc28eba44 |
EUC-JP | 鞦軸鈐室D | 11110000111000111011110010110100100011111110001111000001101111001011110001000100 | f0e3bcb48fe3c1bcbc44 |
UTF-8 | 鞦軸鈐室D | 11101001100111101010011011101000101110111011100011101001100010001001000011100101101011101010010001000100 | e99ea6e8bbb8e98890e5aea444 |
UHC | ?軸鈐室D | 0011111111110101111011101100110010100010111000111111100001000100 | 3ff5eecca2e3f844 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)