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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粤豪じ跌 | 1110001011100011100011011000101110000010101101101110011011101001 | e2e38d8b82b6e6e9 |
EUC-JP | 粤豪じ跌 | 1110010011100101101110011110101110100100101110001110110011101011 | e4e5b9eba4b8eceb |
UTF-8 | 粤豪じ跌 | 111001111011001010100100111010001011000110101010111000111000000110011000111010001011011110001100 | e7b2a4e8b1aae38198e8b78c |
UHC | ?豪じ跌 | 00111111111110111101111110101010101110001111001011110110 | 3ffbdfaab8f2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)