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 | 籵我凱粤 | 1110001011100000100010011110010010001010010011011110001011100011 | e2e089e48a4de2e3 |
EUC-JP | 籵我凱粤 | 1110010011100010101100101110011010110011101011101110010011100101 | e4e2b2e6b3aee4e5 |
UTF-8 | 籵我凱粤 | 111001111011000110110101111001101000100010010001111001011000011110110001111001111011001010100100 | e7b1b5e68891e587b1e7b2a4 |
UHC | ?我凱? | 001111111110010010110010110010111100001000111111 | 3fe4b2cbc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)