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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???爰?? | 00111111001111110011111111100000101001110011111100111111 | 3f3f3fe0a73f3f |
EUC-JP | ???爰?? | 00111111001111110011111111100000101010010011111100111111 | 3f3f3fe0a93f3f |
UTF-8 | 閱뤿랭爰덃끽 | 111010011001011010110001111010111010010010111111111010111001111010101101111001111000100010110000111010111000110110000011111010111000000110111101 | e996b1eba4bfeb9eade788b0eb8d83eb81bd |
UHC | 閱뤿랭爰덃끽 | 111001101111001110001111111010111011011110101001111010101011101010001000111001101011001110100011 | e6f38febb7a9eaba88e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)