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 | 鬘句「灘煙陟 | 1110100110100001100010111110010110100010100100111110010110001001100011001110100010100000 | e9a18be5a293e5898ce8a0 |
EUC-JP | 鬘句「灘煙陟 | 111100101010001110110110111001111000111010100010110001101110011110110001111011001111000010100010 | f2a3b6e78ea2c6e7b1ecf0a2 |
UTF-8 | 鬘句「灘煙陟 | 111010011010110010011000111001011000111110100101111011111011110110100010111001111000000110011000111001111000010110011001111010011001100110011111 | e9ac98e58fa5efbda2e78198e78599e9999f |
UHC | ?句?灘煙陟 | 00111111110011111010001100111111111101111010100011100110110101011111010010110011 | 3fcfa33ff7a8e6d5f4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)