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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游?掌? | 100111111110000000111111100011111011011000111111 | 9fe03f8fb63f |
EUC-JP | 游?掌? | 110111101110001000111111101111101011100000111111 | dee23fbeb83f |
UTF-8 | 游렟掌렱 | 111001101011100010111000111010111010000010011111111001101000111010001100111010111010000010110001 | e6b8b8eba09fe68e8ceba0b1 |
UHC | 游렟掌렱 | 1110101011111101100011101011000011101101111001101000111010111110 | eafd8eb0ede68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)