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 | 曜ゃ? | 1001011101101010100000101110000100111111 | 976a82e13f |
EUC-JP | 曜ゃ? | 1100110111001011101001001110001100111111 | cdcba4e33f |
UTF-8 | 曜ゃ굟 | 111001101001101110011100111000111000001010000011111010101011010110011111 | e69b9ce38283eab59f |
UHC | 曜ゃ굟 | 111010001111100010101010111000111000001010000111 | e8f8aae38287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)