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 | ûW£Ù] | 1111101101010111101000111101100101011101 | fb57a3d95d |
SJIS-WIN | ?W£?] | 001111110101011110000001100100100011111101011101 | 3f5781923f5d |
EUC-JP | ûW£Ù] | 10001111101010111110010101010111101000011111001010001111101010101110001101011101 | 8fabe557a1f28faae35d |
UTF-8 | ûW£Ù] | 1100001110111011010101111100001010100011110000111001100101011101 | c3bb57c2a3c3995d |
UHC | ?W??] | 0011111101010111001111110011111101011101 | 3f573f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)