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 | è¼Èä°¬¹ | 1110100010111100110010001110010010110000101011001000111110111001 | e8bcc8e4b0ac8fb9 |
SJIS-WIN | ????°¬?? | 00111111001111110011111100111111100000011000101110000001110010100011111100111111 | 3f3f3f3f818b81ca3f3f |
EUC-JP | è?Èä°¬?? | 10001111101010111011001000111111100011111010101010110010100011111010101110100011101000011110101110100010110011000011111100111111 | 8fabb23f8faab28faba3a1eba2cc3f3f |
UTF-8 | è¼Èä°¬¹ | 11000011101010001100001010111100110000111000100011000011101001001100001010110000110000101010110011000010100011111100001010111001 | c3a8c2bcc388c3a4c2b0c2acc28fc2b9 |
UHC | ?¼??°??¹ | 0011111110101000111110010011111100111111101000011100011000111111001111111010100111110110 | 3fa8f93f3fa1c63f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)