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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 順術叱紗? | 100011111000011110001111011100001000111010110110100011101101000100111111 | 8f878f708eb68ed13f |
EUC-JP | 順術叱紗璇 | 1011110111100111101111011101000110111100101110001011110011010011100011111100110011001111 | bde7bdd1bcb8bcd38fcccf |
UTF-8 | 順術叱紗璇 | 111010011010000010000110111010001010000110010011111001011000111110110001111001111011010010010111111001111001001010000111 | e9a086e8a193e58fb1e7b497e79287 |
UHC | 順術叱紗璇 | 11100010111101111110001011111010111100101110101011011110111010011110000011000110 | e2f7e2faf2eadee9e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)