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 | ?w???dB | 00111111011101110011111100111111001111110110010001000010 | 3f773f3f3f6442 |
SJIS-WIN | ?w???dB | 00111111011101110011111100111111001111110110010001000010 | 3f773f3f3f6442 |
EUC-JP | ?w???dB | 00111111011101110011111100111111001111110110010001000010 | 3f773f3f3f6442 |
UTF-8 | 창w혘횉혖dB | 111011001011000010111101011101111110110110011000100110001110110110011010100010011110110110011000100101100110010001000010 | ecb0bd77ed9898ed9a89ed98966442 |
UHC | 창w혘횉혖dB | 1100001110100010011101111100001010000011110000111000011111000010100000010110010001000010 | c3a277c283c387c2816442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)