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 | 胯域侵 | 111000111111011010001000111001101001000001001110 | e3f688e6904e |
EUC-JP | 胯域侵 | 111001101111100010110000111010001011111110101111 | e6f8b0e8bfaf |
UTF-8 | 胯域侵 | 111010001000001110101111111001011001111110011111111001001011111010110101 | e883afe59f9fe4beb5 |
UHC | ?域侵 | 0011111111100110101101001111011011010101 | 3fe6b4f6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)