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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?痒?痒B | 00111111111000010111100100111111111000010111100101000010 | 3fe1793fe17942 |
EUC-JP | ?痒?痒B | 00111111111000011101101000111111111000011101101001000010 | 3fe1da3fe1da42 |
UTF-8 | 렢痒렢痒B | 11101011101000001010001011100111100101111001001011101011101000001010001011100111100101111001001001000010 | eba0a2e79792eba0a2e7979242 |
UHC | 렢痒렢痒B | 100011101011001111100101110010101000111010110011111001011100101001000010 | 8eb3e5ca8eb3e5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)