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 | 形短造巽 | 1000110001100000100100100101101010010001101000101001001001000110 | 8c60925a91a29246 |
EUC-JP | 形短造巽 | 1011011111000001110000111011101111000010101001001100001110100111 | b7c1c3bbc2a4c3a7 |
UTF-8 | 形短造巽 | 111001011011110110100010111001111001111110101101111010011000000010100000111001011011011110111101 | e5bda2e79fade980a0e5b7bd |
UHC | 形短造巽 | 1111101110100001110100111010110111110000111000111110000111011110 | fba1d3adf0e3e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)