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 | 域?〃? | 100010001110011000111111100000010101011000111111 | 88e63f81563f |
EUC-JP | 域?〃? | 101100001110100000111111101000011011011100111111 | b0e83fa1b73f |
UTF-8 | 域띕〃杻 | 111001011001111110011111111010111001110110010101111000111000000010000011111011111010011110001000 | e59f9feb9d95e38083efa788 |
UHC | 域띕〃杻 | 1110011010110100101101101110101110100001101010001110101011110100 | e6b4b6eba1a8eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)