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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ス跏キス | 1011110111100110111001101011011110111101 | bde6e6b7bd |
EUC-JP | ス跏キス | 1000111010111101111011001110100010001110101101111000111010111101 | 8ebdece88eb78ebd |
UTF-8 | ス跏キス | 111011111011110110111101111010001011011110001111111011111011110110110111111011111011110110111101 | efbdbde8b78fefbdb7efbdbd |
UHC | ?跏?? | 0011111111001010101110100011111100111111 | 3fcaba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)