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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隴ォ莉呎悁^ | 11101000101011011010101111100100101110111001100111100110100111001001101001011110 | e8adabe4bb99e69c9a5e |
EUC-JP | 隴ォ莉呎悁^ | 1111000010101111100011101010101111101000101111011101001011101000110101111111101001011110 | f0af8eabe8bdd2e8d7fa5e |
UTF-8 | 隴ォ莉呎悁^ | 11101001100110101011010011101111101111011010101111101000100011101000100111100101100100011000111011100110100000101000000101011110 | e99ab4efbdabe88e89e5918ee682815e |
UHC | ??莉??^ | 00111111001111111101011111101001001111110011111101011110 | 3f3fd7e93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)