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 | ¥£òìY | 1010010110100011111100101110110001011001 | a5a3f2ec59 |
SJIS-WIN | ¥£??Y | 10000001100011111000000110010010001111110011111101011001 | 818f81923f3f59 |
EUC-JP | ?£òìY | 00111111101000011111001010001111101010111101001010001111101010111100000001011001 | 3fa1f28fabd28fabc059 |
UTF-8 | ¥£òìY | 110000101010010111000010101000111100001110110010110000111010110001011001 | c2a5c2a3c3b2c3ac59 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)