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 | 暎ュ?獰? | 1001110111110011100000111000010100111111111000001101011000111111 | 9df383853fe0d63f |
EUC-JP | 暎ュ?獰? | 1101101011110101101001011110010100111111111000001101100000111111 | daf5a5e53fe0d83f |
UTF-8 | 暎ュ졃獰썼 | 111001101001101010001110111000111000001110100101111011001010000110000011111001111000110110110000111011001000110110111100 | e69a8ee383a5eca183e78db0ec8dbc |
UHC | 暎ュ졃獰썼 | 11100111101100101010101111100101101000001011010011100111101111101011110111101000 | e7b2abe5a0b4e7bebde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)