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 | 11111011010001011010101111101001100001111000100011101000111000111000110001000010 | fb45abe98788e8e38c42 |
EUC-JP | 淼ォ驥郁繻B | 100011111100011111100110100011101010101111110001111001111011000011101010111001011110110001000010 | 8fc7e68eabf1e7b0eae5ec42 |
UTF-8 | 淼ォ驥郁繻B | 11100110101101111011110011101111101111011010101111101001101010011010010111101001100000111000000111100111101110011011101101000010 | e6b7bcefbdabe9a9a5e98381e7b9bb42 |
UHC | ??驥郁?B | 0011111100111111110100011100101011101001111101000011111101000010 | 3f3fd1cae9f43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)