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 | 赱シ闥疲イサ | 111001101101111110111100111010001001001010010100111001101011001010111011 | e6dfbce89294e6b2bb |
EUC-JP | 赱シ闥疲イサ | 111011001110000110001110101111001110111111110010110010001110100010001110101100101000111010111011 | ece18ebceff2c8e88eb28ebb |
UTF-8 | 赱シ闥疲イサ | 111010001011010110110001111011111011110110111100111010011001011110100101111001111001011010110010111011111011110110110010111011111011110110111011 | e8b5b1efbdbce997a5e796b2efbdb2efbdbb |
UHC | ???疲?? | 00111111001111110011111111111001101010100011111100111111 | 3f3f3ff9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)