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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 鱆軸鈐室x | 111010011110000110001110101100101111101111000010100011101011101001111000 | e9e18eb2fbc28eba78 |
EUC-JP | 鱆軸鈐室x | 11110010111000111011110010110100100011111110001111000001101111001011110001111000 | f2e3bcb48fe3c1bcbc78 |
UTF-8 | 鱆軸鈐室x | 11101001101100011000011011101000101110111011100011101001100010001001000011100101101011101010010001111000 | e9b186e8bbb8e98890e5aea478 |
UHC | ?軸鈐室x | 0011111111110101111011101100110010100010111000111111100001111000 | 3ff5eecca2e3f878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)