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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?k?踰ζⅱ | 00111111100000101000101100111111111001101111101010000011110001001111101001000001 | 3f828b3fe6fa83c4fa41 |
EUC-JP | 渶k?踰ζ? | 1000111111000111111011011010001111101011001111111110110011111100101001101100011000111111 | 8fc7eda3eb3fecfca6c63f |
UTF-8 | 渶k뿫踰ζⅱ | 1110011010111000101101101110111110111101100010111110101110111111101010111110100010111000101100001100111010110110111000101000010110110001 | e6b8b6efbd8bebbfabe8b8b0ceb6e285b1 |
UHC | 渶k뿫踰ζⅱ | 111001111011011110100011111010111001011110101011111010111011001010100101111001101010010110100010 | e7b7a3eb97abebb2a5e6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)