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 | ëõ¼ç³¯ | 1110101111110101101111001110011110001110101100111000111010101111 | ebf5bce78eb38eaf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëõ?ç???¯ | 10001111101010111011001110001111101010111101100000111111100011111010101110101110001111110011111100111111100011111010001010110100 | 8fabb38fabd83f8fabae3f3f3f8fa2b4 |
UTF-8 | ëõ¼ç³¯ | 11000011101010111100001110110101110000101011110011000011101001111100001010001110110000101011001111000010100011101100001010101111 | c3abc3b5c2bcc3a7c28ec2b3c28ec2af |
UHC | ??¼??³?? | 00111111001111111010100011111001001111110011111110101001111110000011111100111111 | 3f3fa8f93f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)