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 | OPº©AO | 1001001001001111100100100101000010010001101110101001000110101001010000011001001001001111 | 924f925091ba91a941924f |
SJIS-WIN | ?O?P????A?O | 0011111101001111001111110101000000111111001111110011111100111111010000010011111101001111 | 3f4f3f503f3f3f3f413f4f |
EUC-JP | ?O?P?º?©A?O | 001111110100111100111111010100000011111110001111101000101110101100111111100011111010001011101101010000010011111101001111 | 3f4f3f503f8fa2eb3f8fa2ed413f4f |
UTF-8 | OPº©AO | 110000101001001001001111110000101001001001010000110000101001000111000010101110101100001010010001110000101010100101000001110000101001001001001111 | c2924fc29250c291c2bac291c2a941c2924f |
UHC | ?O?P?º??A?O | 001111110100111100111111010100000011111110101000101011000011111100111111010000010011111101001111 | 3f4f3f503fa8ac3f3f413f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)