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 | 11111011100100110011111100111111001111110011111101000010 | fb933f3f3f3f42 |
EUC-JP | 茁???瓘B | 10001111110101111101111000111111001111110011111110001111110011001110111101000010 | 8fd7de3f3f3f8fccef42 |
UTF-8 | 茁렭롋빛瓘B | 11101000100011001000000111101011101000001010110111101011101000011000101111101011101110011001101111100111100100111001100001000010 | e88c81eba0adeba18bebb99be7939842 |
UHC | 茁렭롋빛瓘B | 1111000111101000100011101011101010001110110100011011101011111011110011101011011001000010 | f1e88eba8ed1bafbceb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)