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 | íõ¤ëè | 111011011111010110001110101001001110101111101000 | edf58ea4ebe8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íõ?¤ëè | 10001111101010111011111110001111101010111101100000111111100011111010001011110000100011111010101110110011100011111010101110110010 | 8fabbf8fabd83f8fa2f08fabb38fabb2 |
UTF-8 | íõ¤ëè | 110000111010110111000011101101011100001010001110110000101010010011000011101010111100001110101000 | c3adc3b5c28ec2a4c3abc3a8 |
UHC | ???¤?? | 00111111001111110011111110100010101101000011111100111111 | 3f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)