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 | 藕?雋? | 111001010101100000111111111010001011001000111111 | e5583fe8b23f |
EUC-JP | 藕?雋? | 111010011011100100111111111100001011010000111111 | e9b93ff0b43f |
UTF-8 | 藕렡雋렠 | 111010001001011110010101111010111010000010100001111010011001101110001011111010111010000010100000 | e89795eba0a1e99b8beba0a0 |
UHC | 藕렡雋렠 | 1110100111100100100011101011001011110001111001101000111010110001 | e9e48eb2f1e68eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)