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Í° | 1101001110100011010101111100110110110000 | d3a357cdb0 |
SJIS-WIN | ?£W?° | 00111111100000011001001001010111001111111000000110001011 | 3f8192573f818b |
EUC-JP | Ó£WÍ° | 1000111110101010110100011010000111110010010101111000111110101010101111111010000111101011 | 8faad1a1f2578faabfa1eb |
UTF-8 | Ó£WÍ° | 110000111001001111000010101000110101011111000011100011011100001010110000 | c393c2a357c38dc2b0 |
UHC | ??W?° | 001111110011111101010111001111111010000111000110 | 3f3f573fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)