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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 侑弄??財B | 100110001101000010011000010011010011111100111111100011011110000001000010 | 98d0984d3f3f8de042 |
EUC-JP | 侑弄??財B | 110100001101001011001111101011100011111100111111101110101110001001000010 | d0d2cfae3f3fbae242 |
UTF-8 | 侑弄렦멧財B | 11100100101111101001000111100101101111001000010011101011101000001010011011101011101010011010011111101000101100101010000101000010 | e4be91e5bc84eba0a6eba9a7e8b2a142 |
UHC | 侑弄렦멧財B | 1110101011100010110101101110011110001110101101011011100011100100111011101010111101000010 | eae2d6e78eb5b8e4eeaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)