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 | 髫俶ォ√*陷 | 1110100110011010100110001110011010101011100000011110001110000001100101101110100010011100 | e99a98e6ab81e38196e89c |
EUC-JP | 髫俶ォ√*陷 | 111100011111101011010000111010001000111010101011101000101110010110100001111101101110111111111100 | f1fad0e88eaba2e5a1f6effc |
UTF-8 | 髫俶ォ√*陷 | 111010011010101110101011111001001011111110110110111011111011110110101011111000101000100010011010111011111011110010001010111010011001100110110111 | e9ababe4bfb6efbdabe2889aefbc8ae999b7 |
UHC | ???√*陷 | 001111110011111100111111101000011110111010100011101010101111100111101000 | 3f3f3fa1eea3aaf9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)