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 | êGæ¹è{ | 111010100100011111100110101110011110100001111011 | ea47e6b9e87b |
SJIS-WIN | ?G???{ | 001111110100011100111111001111110011111101111011 | 3f473f3f3f7b |
EUC-JP | êGæ?è{ | 100011111010101110110100010001111000111110101001110000010011111110001111101010111011001001111011 | 8fabb4478fa9c13f8fabb27b |
UTF-8 | êGæ¹è{ | 11000011101010100100011111000011101001101100001010111001110000111010100001111011 | c3aa47c3a6c2b9c3a87b |
UHC | ?Gæ¹?{ | 0011111101000111101010011010000110101001111101100011111101111011 | 3f47a9a1a9f63f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)