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 | 隰ウ逑」 | 111010001010110010110011111001111001001110100011 | e8acb3e793a3 |
EUC-JP | 隰ウ逑」 | 1111000010101110100011101011001111101101111100111000111010100011 | f0ae8eb3edf38ea3 |
UTF-8 | 隰ウ逑」 | 111010011001101010110000111011111011110110110011111010011000000010010001111011111011110110100011 | e99ab0efbdb3e98091efbda3 |
UHC | ??逑? | 0011111100111111110011111100011100111111 | 3f3fcfc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)