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 | 載?建齎 | 10001101110110100011111110001100100110101110011011011000 | 8dda3f8c9ae6d8 |
EUC-JP | 載?建齎 | 10111010110111000011111110110111111110101110110011011010 | badc3fb7faecda |
UTF-8 | 載언建齎 | 111010001011110010001001111011001001011010111000111001011011101110111010111010011011110110001110 | e8bc89ec96b8e5bbbae9bd8e |
UHC | 載언建齎 | 1110111010110000101111101111000011001011111011111110111010110010 | eeb0bef0cbefeeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)