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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籥蛾幸 | 111000101101111010001001111010011000110101001011 | e2de89e98d4b |
EUC-JP | 籥蛾幸 | 111001001110000010110010111010111011100110101100 | e4e0b2ebb9ac |
UTF-8 | 籥蛾幸 | 111001111011000110100101111010001001101110111110111001011011100110111000 | e7b1a5e89bbee5b9b8 |
UHC | ?蛾幸 | 0011111111100100101101101111101010111001 | 3fe4b6fab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)