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 | 璽室璽汐 | 1000111010100011100011101011101010001110101000111000111010101100 | 8ea38eba8ea38eac |
EUC-JP | 璽室璽汐 | 1011110010100101101111001011110010111100101001011011110010101110 | bca5bcbcbca5bcae |
UTF-8 | 璽室璽汐 | 111001111001001010111101111001011010111010100100111001111001001010111101111001101011000110010000 | e792bde5aea4e792bde6b190 |
UHC | 璽室璽汐 | 1101111111011110111000111111100011011111110111101110000010110001 | dfdee3f8dfdee0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)