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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 豺セオ豺セオ^ | 111001101011011110111110101101011110011010110111101111101011010101011110 | e6b7beb5e6b7beb55e |
EUC-JP | 豺セオ豺セオ^ | 11101100101110011000111010111110100011101011010111101100101110011000111010111110100011101011010101011110 | ecb98ebe8eb5ecb98ebe8eb55e |
UTF-8 | 豺セオ豺セオ^ | 11101000101100011011101011101111101111011011111011101111101111011011010111101000101100011011101011101111101111011011111011101111101111011011010101011110 | e8b1baefbdbeefbdb5e8b1baefbdbeefbdb55e |
UHC | 豺??豺??^ | 111000111100111100111111001111111110001111001111001111110011111101011110 | e3cf3f3fe3cf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)