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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爵灼邪糘 | 10001110110111011000111011011100100011101101011111100010111100101111001011110011 | 8edd8edc8ed7e2f2f2f3 |
EUC-JP | 爵灼邪糘? | 101111001101111110111100110111101011110011011001111001001111010000111111 | bcdfbcdebcd9e4f43f |
UTF-8 | 爵灼邪糘 | 111001111000100010110101111001111000000110111100111010011000001010101010111001111011001110011000111011101000100010101010 | e788b5e781bce982aae7b398ee88aa |
UHC | 爵灼邪?? | 1110110111001001111011011100011111011110111101110011111100111111 | edc9edc7def73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)