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 | Ó£ðî~ | 1101001110100011111100001110111001111110 | d3a3f0ee7e |
SJIS-WIN | ?£??~ | 001111111000000110010010001111110011111101111110 | 3f81923f3f7e |
EUC-JP | Ó£ðî~ | 100011111010101011010001101000011111001010001111101010011100001110001111101010111100001001111110 | 8faad1a1f28fa9c38fabc27e |
UTF-8 | Ó£ðî~ | 110000111001001111000010101000111100001110110000110000111010111001111110 | c393c2a3c3b0c3ae7e |
UHC | ??ð?~ | 001111110011111110101001101000110011111101111110 | 3f3fa9a33f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)