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 | 辞炅漆 | 1111001010110110100011101010101111111011010100011000111010111101 | f2b68eabfb518ebd |
EUC-JP | ?辞炅漆 | 0011111110111100101011011000111111001001110010101011110010111111 | 3fbcad8fc9cabcbf |
UTF-8 | 辞炅漆 | 111011101000011110101101111010001011111010011110111001111000001010000101111001101011110010000110 | ee87ade8be9ee78285e6bc86 |
UHC | ??炅漆 | 001111110011111111001100110111011111011011010100 | 3f3fccddf6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)