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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜ゅ?埃 | 10010111011010101000001011100011001111111001101010111010 | 976a82e33f9aba |
EUC-JP | 曜ゅ?埃 | 11001101110010111010010011100101001111111101010010111100 | cdcba4e53fd4bc |
UTF-8 | 曜ゅ마埃 | 111001101001101110011100111000111000001010000101111010111010011110001000111001011001111110000011 | e69b9ce38285eba788e59f83 |
UHC | 曜ゅ마埃 | 1110100011111000101010101110010110111000101101101110010011101111 | e8f8aae5b8b6e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)