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 | 隘樔コ・闡オ | 111010001010010110011110111001001011101010100101111010001001000110110101 | e8a59ee4baa5e891b5 |
EUC-JP | 隘樔コ・闡オ | 111100001010011111011100111001101000111010111010100011101010010111101111111100011000111010110101 | f0a7dce68eba8ea5eff18eb5 |
UTF-8 | 隘樔コ・闡オ | 111010011001101010011000111001101010100010010100111011111011110110111010111011111011110110100101111010011001011110100001111011111011110110110101 | e99a98e6a894efbdbaefbda5e997a1efbdb5 |
UHC | 隘???闡? | 1110010011110110001111110011111100111111111101001100010100111111 | e4f63f3f3ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)