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 | ????mG | 001111110011111100111111001111110110110101000111 | 3f3f3f3f6d47 |
SJIS-WIN | 鱆軸鈐室mG | 11101001111000011000111010110010111110111100001010001110101110100110110101000111 | e9e18eb2fbc28eba6d47 |
EUC-JP | 鱆軸鈐室mG | 1111001011100011101111001011010010001111111000111100000110111100101111000110110101000111 | f2e3bcb48fe3c1bcbc6d47 |
UTF-8 | 鱆軸鈐室mG | 1110100110110001100001101110100010111011101110001110100110001000100100001110010110101110101001000110110101000111 | e9b186e8bbb8e98890e5aea46d47 |
UHC | ?軸鈐室mG | 001111111111010111101110110011001010001011100011111110000110110101000111 | 3ff5eecca2e3f86d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)