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 | 赱シ闥疲イ | 1110011011011111101111001110100010010010100101001110011010110010 | e6dfbce89294e6b2 |
EUC-JP | 赱シ闥疲イ | 11101100111000011000111010111100111011111111001011001000111010001000111010110010 | ece18ebceff2c8e88eb2 |
UTF-8 | 赱シ闥疲イ | 111010001011010110110001111011111011110110111100111010011001011110100101111001111001011010110010111011111011110110110010 | e8b5b1efbdbce997a5e796b2efbdb2 |
UHC | ???疲? | 001111110011111100111111111110011010101000111111 | 3f3f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)