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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闢撰ス娯命 | 111010001001001110010000111011111011110110001100111000101001011010111101 | e89390efbd8ce296bd |
EUC-JP | 闢撰ス娯命 | 11101111111100111100000011110001100011101011110110111000111001001100110010111111 | eff3c0f18ebdb8e4ccbf |
UTF-8 | 闢撰ス娯命 | 111010011001011110100010111001101001001010110000111011111011110110111101111001011010100010101111111001011001000110111101 | e997a2e692b0efbdbde5a8afe591bd |
UHC | 闢撰??命 | 1101110010100011111100111011110000111111001111111101100110100100 | dca3f3bc3f3fd9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)