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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淲ォ訒ォ^ | 11111011010001001010101111111011101000111010101101011110 | fb44abfba3ab5e |
EUC-JP | ?ォ訒ォ^ | 001111111000111010101011100011111101110111001000100011101010101101011110 | 3f8eab8fddc88eab5e |
UTF-8 | 淲ォ訒ォ^ | 11100110101101111011001011101111101111011010101111101000101010001001001011101111101111011010101101011110 | e6b7b2efbdabe8a892efbdab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)