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 | 讌喜Ρ迚イ | 111001101010010110001010111011001000001110101111111001111000100110110010 | e6a58aec83afe789b2 |
EUC-JP | 讌喜Ρ迚イ | 11101100101001111011010011101110101001101011000111101101111010011000111010110010 | eca7b4eea6b1ede98eb2 |
UTF-8 | 讌喜Ρ迚イ | 1110100010101110100011001110010110010110100111001100111010100001111010001011111110011010111011111011110110110010 | e8ae8ce5969ccea1e8bf9aefbdb2 |
UHC | ?喜Ρ?? | 00111111111111011110110010100101110100010011111100111111 | 3ffdeca5d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)