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 | OGº® | 1001001001001111100100100100011110010001101110101001000110101110 | 924f924791ba91ae |
SJIS-WIN | ?O?G???? | 0011111101001111001111110100011100111111001111110011111100111111 | 3f4f3f473f3f3f3f |
EUC-JP | ?O?G?º?® | 001111110100111100111111010001110011111110001111101000101110101100111111100011111010001011101110 | 3f4f3f473f8fa2eb3f8fa2ee |
UTF-8 | OGº® | 1100001010010010010011111100001010010010010001111100001010010001110000101011101011000010100100011100001010101110 | c2924fc29247c291c2bac291c2ae |
UHC | ?O?G?º?® | 00111111010011110011111101000111001111111010100010101100001111111010001011100111 | 3f4f3f473fa8ac3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)