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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???塋? | 001111110011111100111111100110101100100000111111 | 3f3f3f9ac83f |
EUC-JP | ???塋? | 001111110011111100111111110101001100101000111111 | 3f3f3fd4ca3f |
UTF-8 | 樂쒙스塋뤷 | 111011111010011010111111111011001001001010011001111011001000101010100100111001011010000110001011111010111010010010110111 | efa6bfec9299ec8aa4e5a18beba4b7 |
UHC | 樂쒙스塋뤷 | 11101000111110011001110011101111101111011011101011100111101010111000111111100101 | e8f99cefbdbae7ab8fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)