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 | ùþ¶è¾ | 111110011111111010110110111010001011111010011110 | f9feb6e8be9e |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | ùþ¶è?? | 10001111101010111110001110001111101010011101000010100010111110011000111110101011101100100011111100111111 | 8fabe38fa9d0a2f98fabb23f3f |
UTF-8 | ùþ¶è¾ | 110000111011100111000011101111101100001010110110110000111010100011000010101111101100001010011110 | c3b9c3bec2b6c3a8c2bec29e |
UHC | ?þ¶?¾? | 001111111010100110101101101000101101001000111111101010001111101000111111 | 3fa9ada2d23fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)