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 | ????fB | 001111110011111100111111001111110110011001000010 | 3f3f3f3f6642 |
SJIS-WIN | 譽售蟾スfB | 111001101010001110011010010100111110010110110111101111010110011001000010 | e6a39a53e5b7bd6642 |
EUC-JP | 譽售蟾スfB | 11101100101001011101001110110100111010101011100110001110101111010110011001000010 | eca5d3b4eab98ebd6642 |
UTF-8 | 譽售蟾スfB | 1110100010101101101111011110010110010100101011101110100010011111101111101110111110111101101111010110011001000010 | e8adbde594aee89fbeefbdbd6642 |
UHC | 譽?蟾?fB | 1110011111100010001111111110000011101010001111110110011001000010 | e7e23fe0ea3f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)