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 | 助?遣狎? | 1000111110010101001111111000110010101101111000001011111000111111 | 8f953f8cade0be3f |
EUC-JP | 助?遣狎? | 1011110111110101001111111011100010101111111000001100000000111111 | bdf53fb8afe0c03f |
UTF-8 | 助뀌遣狎렲 | 111001011000101010101001111010111000000010001100111010011000000110100011111001111000101110001110111010111010000010110010 | e58aa9eb808ce981a3e78b8eeba0b2 |
UHC | 助뀌遣狎렲 | 11110000101111101011001011101110110011001011101011100100111001001000111010111111 | f0beb2eeccbae4e48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)