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 | ????aQ] | 00111111001111110011111100111111011000010101000101011101 | 3f3f3f3f61515d |
SJIS-WIN | 鱆軸鈐室aQ] | 1110100111100001100011101011001011111011110000101000111010111010011000010101000101011101 | e9e18eb2fbc28eba61515d |
EUC-JP | 鱆軸鈐室aQ] | 111100101110001110111100101101001000111111100011110000011011110010111100011000010101000101011101 | f2e3bcb48fe3c1bcbc61515d |
UTF-8 | 鱆軸鈐室aQ] | 111010011011000110000110111010001011101110111000111010011000100010010000111001011010111010100100011000010101000101011101 | e9b186e8bbb8e98890e5aea461515d |
UHC | ?軸鈐室aQ] | 00111111111101011110111011001100101000101110001111111000011000010101000101011101 | 3ff5eecca2e3f861515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)