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 | ???浙 | 0011111100111111001111111001111110110100 | 3f3f3f9fb4 |
EUC-JP | ???浙 | 0011111100111111001111111101111010110110 | 3f3f3fdeb6 |
UTF-8 | 렺렞롎浙 | 111010111010000010111010111010111010000010011110111010111010000110001110111001101011010110011001 | eba0baeba09eeba18ee6b599 |
UHC | 렺렞롎浙 | 1000111011000010100011101010111110001110110101001110111110111010 | 8ec28eaf8ed4efba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)