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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粤豪じ | 111000101110001110001101100010111000001010110110 | e2e38d8b82b6 |
EUC-JP | 粤豪じ | 111001001110010110111001111010111010010010111000 | e4e5b9eba4b8 |
UTF-8 | 粤豪じ | 111001111011001010100100111010001011000110101010111000111000000110011000 | e7b2a4e8b1aae38198 |
UHC | ?豪じ | 0011111111111011110111111010101010111000 | 3ffbdfaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)