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 | 厭曜屋 | 100010010111110110010111011010101000100110101110 | 897d976a89ae |
EUC-JP | 厭曜屋 | 101100011101111011001101110010111011001010110000 | b1decdcbb2b0 |
UTF-8 | 厭曜屋 | 111001011000111010101101111001101001101110011100111001011011000110001011 | e58eade69b9ce5b18b |
UHC | 厭曜屋 | 111001101111010011101000111110001110100010101001 | e6f4e8f8e8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)