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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髦。貅ッ蜃ス^ | 11101001100110001010000111100110101110101010111111100101100001111011110101011110 | e998a1e6baafe587bd5e |
EUC-JP | 髦。貅ッ蜃ス^ | 11110001111110001000111010100001111011001011110010001110101011111110100111100111100011101011110101011110 | f1f88ea1ecbc8eafe9e78ebd5e |
UTF-8 | 髦。貅ッ蜃ス^ | 11101001101010111010011011101111101111011010000111101000101100101000010111101111101111011010111111101000100111001000001111101111101111011011110101011110 | e9aba6efbda1e8b285efbdafe89c83efbdbd5e |
UHC | ????蜃?^ | 0011111100111111001111110011111111100011111100010011111101011110 | 3f3f3f3fe3f13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)