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 | 隲ク闡幗ィ瑚 | 11101000101010111011100011101000100100011001101111101100101010001000110011101000 | e8abb8e8919beca88ce8 |
EUC-JP | 隲ク闡幗ィ瑚 | 111100001010110110001110101110001110111111110001110101101110111010001110101010001011100011101010 | f0ad8eb8eff1d6ee8ea8b8ea |
UTF-8 | 隲ク闡幗ィ瑚 | 111010011001101010110010111011111011110110111000111010011001011110100001111001011011100110010111111011111011110110101000111001111001000110011010 | e99ab2efbdb8e997a1e5b997efbda8e7919a |
UHC | ??闡??瑚 | 0011111100111111111101001100010100111111001111111111101111010001 | 3f3ff4c53f3ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)