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 | ??O`??OOB | 001111110011111101001111011000000011111100111111010011110100111101000010 | 3f3f4f603f3f4f4f42 |
SJIS-WIN | ??O`??OOB | 001111110011111101001111011000000011111100111111010011110100111101000010 | 3f3f4f603f3f4f4f42 |
EUC-JP | ?戽O`?戽OOB | 00111111100011111011111110110010010011110110000000111111100011111011111110110010010011110100111101000010 | 3f8fbfb24f603f8fbfb24f4f42 |
UTF-8 | Ⳋ戽O`Ⳋ戽OOB | 1110001010110011100010101110011010001000101111010100111101100000111000101011001110001010111001101000100010111101010011110100111101000010 | e2b38ae688bd4f60e2b38ae688bd4f4f42 |
UHC | ??O`??OOB | 001111110011111101001111011000000011111100111111010011110100111101000010 | 3f3f4f603f3f4f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)